From: Thierry Parmentelat Date: Thu, 16 Apr 2009 10:51:40 +0000 (+0000) Subject: show sliver peer with link and color X-Git-Tag: PLEWWW-4.3-8~6 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=4ffa71198c1858c1ada68ba367e9ad3a338302cd;p=plewww.git show sliver peer with link and color --- diff --git a/planetlab/nodes/node.php b/planetlab/nodes/node.php index 6825f16..d400716 100644 --- a/planetlab/nodes/node.php +++ b/planetlab/nodes/node.php @@ -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'));