From: Thierry Parmentelat Date: Tue, 4 Oct 2011 11:42:33 +0000 (+0200) Subject: fix, really sort on hostnames and not on the 'AU' X-Git-Tag: plewww-4.3-68~3 X-Git-Url: http://git.onelab.eu/?p=plewww.git;a=commitdiff_plain;h=ddc6c66e6235c054f80ec258b1d9aee9668aecad fix, really sort on hostnames and not on the 'AU' this has been wrong for a while --- diff --git a/planetlab/nodes/nodes.php b/planetlab/nodes/nodes.php index 8f9a9b6..b2c51a7 100644 --- a/planetlab/nodes/nodes.php +++ b/planetlab/nodes/nodes.php @@ -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);