From 6d4fba729b506e3cee6e3ca07e462837acaef638 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 2 Jul 2009 12:14:36 +0000 Subject: [PATCH 1/1] drop options for generic boot images --- planetlab/nodes/node.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/planetlab/nodes/node.php b/planetlab/nodes/node.php index 8f1f25f..e3ba39e 100644 --- a/planetlab/nodes/node.php +++ b/planetlab/nodes/node.php @@ -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(); -- 2.43.0