X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=planetlab%2Fnodes%2Fnode.php;h=ec3e03d27e098530cea08a1717f97be930982f80;hb=a76deb8833bee744a894ebaf7bd49e8ce4ea49fd;hp=8f1f25f7359e057284646d2b554ead24dcbf665d;hpb=784cfe2a92ff21e58b773b6895e6ea4b82a0c646;p=plewww.git diff --git a/planetlab/nodes/node.php b/planetlab/nodes/node.php index 8f1f25f..ec3e03d 100644 --- a/planetlab/nodes/node.php +++ b/planetlab/nodes/node.php @@ -187,7 +187,7 @@ if ($display_pcus) { if (! $site_pcus) { $pcu_update_area = "This site has no PCU - " . href ( l_pcu_add(), "add one here"); } else { - $pcu_add_link = href (l_pcu_add(),plc_add_icon()); + $pcu_add_link = href (l_pcu_add(),plc_add_icon() . "Add new"); // first option in pcus if ($pcu_ids) @@ -217,7 +217,7 @@ if ($display_pcus) { $pcu_attach_button = $details->form()->submit_html('attach_pcu',"Attach PCU"); - $pcu_update_area = $pcu_add_link . " " . $pcu_chooser . " " . $port_chooser . " " . $pcu_attach_button; + $pcu_update_area = $pcu_add_link . "
Or, select existing " . $pcu_chooser . " " . $port_chooser . " " . $pcu_attach_button; } if ($pcu_string) @@ -274,10 +274,11 @@ if ( $local_peer && $privileges) { array("value"=>"download-node-iso","display"=>"Download ISO image for $hostname"), array("value"=>"download-node-usb","display"=>"Download USB image for $hostname"), array("value"=>"download-node-usb-partition", "display"=>"Download partitioned, USB image for $hostname"), - array("display"=>"-- Floppy + generic image --","disabled"=>true), - array("value"=>"download-node-floppy","display"=>"Download Floppy file for $hostname"), - array("value"=>"download-generic-iso","display"=>"Download generic ISO image (requires floppy)"), - array("value"=>"download-generic-usb","display"=>"Download generic USB image (requires floppy)")); + // array("display"=>"-- Floppy + generic image --","disabled"=>true), + // array("value"=>"download-node-floppy","display"=>"Download Floppy file for $hostname"), + // array("value"=>"download-generic-iso","display"=>"Download generic ISO image (requires floppy)"), + // array("value"=>"download-generic-usb","display"=>"Download generic USB image (requires floppy)"), + ); $download_value .= $download_form->select_html("action",$selectors, array('label'=>"Download mode",'autosubmit'=>true)); $download_value .= $download_form->end_html(); @@ -328,7 +329,6 @@ $form->start(); $table->row_start(); $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'],'sliver tags')); $table->row_end(); }