From 29dc280365189b0893e5aaf23b5f66d10bb8de2d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Thu, 23 Jul 2009 12:18:54 +0000 Subject: [PATCH] add note and column --- planetlab/nodes/nodes.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/planetlab/nodes/nodes.php b/planetlab/nodes/nodes.php index 2451563..3ea387f 100644 --- a/planetlab/nodes/nodes.php +++ b/planetlab/nodes/nodes.php @@ -61,7 +61,7 @@ function node_status ($node) { } // fetch nodes -$node_columns=array('hostname','node_type','site_id','node_id','boot_state','interface_ids','peer_id', 'arch','slice_ids'); +$node_columns=array('hostname','node_type','site_id','node_id','boot_state','run_level','interface_ids','peer_id', 'arch','slice_ids'); // server-side filtering - set pattern in $_GET for filtering on hostname if ($pattern) { $node_filter['hostname']=$pattern; @@ -205,6 +205,7 @@ $notes []= "R = region"; $notes []= "A = arch"; $notes []= "S = number of slivers"; $notes []= "? = status"; +$notes []= "status* = node doesn't have an observed state, preferred state is displayed"; $table->end(array('notes'=>$notes)); $nifty->end(); -- 2.47.0