From ddc6c66e6235c054f80ec258b1d9aee9668aecad Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 4 Oct 2011 13:42:33 +0200 Subject: [PATCH] fix, really sort on hostnames and not on the 'AU' this has been wrong for a while --- planetlab/nodes/nodes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.43.0