fix, really sort on hostnames and not on the 'AU'
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 4 Oct 2011 11:42:33 +0000 (13:42 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 4 Oct 2011 11:42:33 +0000 (13:42 +0200)
this has been wrong for a while

planetlab/nodes/nodes.php

index 8f9a9b6..b2c51a7 100644 (file)
@@ -365,7 +365,7 @@ $table_options = array('notes'=>$notes,
                         'configurable'=>true);
 
 # initial sort on hostnames
-$table=new PlekitTable ("nodes",$headers,3, $table_options);
+$table=new PlekitTable ("nodes",$headers,2, $table_options);
 $table->start();
 
 $peers = new Peers ($api);