Remove the CSS class that makes the MAC address appear to be required.
This commit is contained in:
parent
3f9650d873
commit
ece8529927
|
|
@ -406,7 +406,6 @@ require_once "resources/require.php";
|
||||||
obj[0].parentNode.removeChild(obj[2]);
|
obj[0].parentNode.removeChild(obj[2]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
function check_mac_duplicate(mac_addr, device_uuid_to_ignore) {
|
function check_mac_duplicate(mac_addr, device_uuid_to_ignore) {
|
||||||
if (mac_addr != '') {
|
if (mac_addr != '') {
|
||||||
check_url = "device_edit.php?mac="+mac_addr+"&id="+device_uuid_to_ignore;
|
check_url = "device_edit.php?mac="+mac_addr+"&id="+device_uuid_to_ignore;
|
||||||
|
|
@ -447,7 +446,7 @@ require_once "resources/require.php";
|
||||||
echo "</tr>\n";
|
echo "</tr>\n";
|
||||||
|
|
||||||
echo "<tr>\n";
|
echo "<tr>\n";
|
||||||
echo "<td class='vncellreq' valign='top' align='left' nowrap='nowrap'>\n";
|
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>\n";
|
||||||
echo " ".$text['label-device_mac_address']."\n";
|
echo " ".$text['label-device_mac_address']."\n";
|
||||||
echo "</td>\n";
|
echo "</td>\n";
|
||||||
echo "<td class='vtable' align='left'>\n";
|
echo "<td class='vtable' align='left'>\n";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue