X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=planetlab%2Fnodes%2Fnode.php;h=9b10bf827386e9c5cd135c59f67fdcd37efb8b64;hb=96a6010f63d371d58586c8246ec4bc57445b21f9;hp=8be9900bebbd3a44283cb20795fe3ab07de43bf7;hpb=4a8342f74c2a8a49441d95e2ef666286e40e8c3a;p=plewww.git 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);