From 87c31745a30cc742e3bc5e4592a50a382789256d Mon Sep 17 00:00:00 2001 From: Garret Heaton Date: Wed, 3 Apr 2013 16:03:25 -0700 Subject: [PATCH] Default sort by linux cost (Fix #29) --- www/default.js | 4 ++++ 1 file changed, 4 insertions(+) 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