show sliver peer with link and color
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 16 Apr 2009 10:51:40 +0000 (10:51 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Thu, 16 Apr 2009 10:51:40 +0000 (10:51 +0000)
planetlab/nodes/node.php

index 6825f16..d400716 100644 (file)
@@ -248,7 +248,7 @@ $form->start();
 
     foreach ($slices as $slice) {
       $table->row_start();
-      $table->cell ($peers->shortname($peer_id));
+      $peers->cell ($table,$slice['peer_id']);
       $table->cell (l_slice_t ($slice['slice_id'],$slice['name']));
       # xxx l_sliver not implemented yet - what should we show exactly ?
       $table->cell (l_sliver_t ($node_id,$slice['slice_id'],'view'));