X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=planetlab%2Fnodes%2Finterface.php;h=5a8af9b1affd9f7e5e8fc7a3224fc8dbd26bccfe;hb=f2f4e9aa34453552d484edd7bb013650e4d7e312;hp=6f7e9225d1a086ae870b59a7cc4d9f0e886409ff;hpb=7e6d07762f9e09cf1afd06008785a28293240295;p=plewww.git diff --git a/planetlab/nodes/interface.php b/planetlab/nodes/interface.php index 6f7e922..5a8af9b 100644 --- a/planetlab/nodes/interface.php +++ b/planetlab/nodes/interface.php @@ -111,9 +111,11 @@ $details->th_td("DNS 2",$interface['dns2'],"dns2",array('width'=>15, $details->space(); $details->th_td("BW limit (bps)",$interface['bwlimit'],"bwlimit",array('width'=>11)); $details->th_td("Hostname",$interface['hostname'],"hostname"); +$details->th_td("Mac address",$interface['mac'],"mac", array('onChange'=>'macChecker("mac", true)')); + # xxx should the user be allowed to change this ? -$mac=$interface['mac']; -if ($mac) $details->th_td("MAC address",$mac); +//$mac=$interface['mac']; +//if ($mac) $details->th_td("MAC address",$mac); // the buttons $update_button = $form->submit_html ("update-interface","Update",