Remove the CSS class that makes the MAC address appear to be required.

This commit is contained in:
Mark Crane
2015-04-06 19:52:16 +00:00
parent 7971ff0096
commit e24d73f588

View File

@@ -406,7 +406,6 @@ require_once "resources/require.php";
obj[0].parentNode.removeChild(obj[2]);
}
function check_mac_duplicate(mac_addr, device_uuid_to_ignore) {
if (mac_addr != '') {
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 "<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 "</td>\n";
echo "<td class='vtable' align='left'>\n";