Author: pmouawad
Date: Thu Apr 14 20:18:32 2016
New Revision: 1739184

URL: http://svn.apache.org/viewvc?rev=1739184&view=rev
Log:
Bug 59305 - Default column sorted in HTML report Statistics table
Contributed by Antonio Gomes Rodrigues
#resolve #193
Bugzilla Id: 59305

Modified:
    jmeter/trunk/bin/report-template/content/js/dashboard.js.fmkr

Modified: jmeter/trunk/bin/report-template/content/js/dashboard.js.fmkr
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/bin/report-template/content/js/dashboard.js.fmkr?rev=1739184&r1=1739183&r2=1739184&view=diff
==============================================================================
--- jmeter/trunk/bin/report-template/content/js/dashboard.js.fmkr (original)
+++ jmeter/trunk/bin/report-template/content/js/dashboard.js.fmkr Thu Apr 14 
20:18:32 2016
@@ -154,7 +154,7 @@ $(document).ready(function() {
                 break;
         }
         return item;
-    }, [[3, 1]], 0);
+    }, [[0, 0]], 0);
 
     // Create error table
     createTable($("#errorsTable"), ${errorsSummary!"{}"}, function(index, 
item){


Reply via email to