From: Barış Metin Date: Mon, 15 Jun 2009 08:10:30 +0000 (+0000) Subject: update-node action requires hostname too X-Git-Tag: PLEWWW-4.3-19~9 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=96a6010f63d371d58586c8246ec4bc57445b21f9;p=plewww.git update-node action requires hostname too --- diff --git a/planetlab/nodes/node.php b/planetlab/nodes/node.php index 8be9900..9b10bf8 100644 --- a/planetlab/nodes/node.php +++ b/planetlab/nodes/node.php @@ -143,7 +143,7 @@ if ( ! $local_peer) { $details->space(); } -$details->form_start(l_actions(),array("action"=>"update-node", "node_id"=>$node_id)); +$details->form_start(l_actions(),array("action"=>"update-node", "node_id"=>$node_id, "hostname"=>$hostname)); // xxx can hostname really be changed like this without breaking the rest, bootcd .. ? //$details->th_td("Hostname",$hostname,"hostname"); $details->th_td("Hostname",$hostname);