From 96a6010f63d371d58586c8246ec4bc57445b21f9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Mon, 15 Jun 2009 08:10:30 +0000 Subject: [PATCH] update-node action requires hostname too --- planetlab/nodes/node.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.0