reservable nodes are all right
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Sat, 28 Aug 2010 10:08:41 +0000 (12:08 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Sat, 28 Aug 2010 10:08:41 +0000 (12:08 +0200)
planetlab/nodes/nodes.php

index b609813..7ef48ca 100644 (file)
@@ -51,7 +51,7 @@ $node_filter=array();
 function node_status ($node) {
 
   $messages=array();
-  if ($node['node_type'] != 'regular') 
+  if ($node['node_type'] != 'regular' && $node['node_type'] != 'reservable' 
     $messages []= $node['node_type'];
 
   // checks on local nodes only