diff --git a/www/default.js b/www/default.js index 595ad591..265be8b0 100644 --- a/www/default.js +++ b/www/default.js @@ -65,6 +65,10 @@ $(function() { "sType": "span-sort" } ], + // default sort by linux cost + "aaSorting": [ + [ 8, "asc" ] + ], "fnDrawCallback": function() { // Whenever the table is drawn, update the costs. This is necessary // because the cost duration may have changed while a filter was being