From 3f9650d8739a0e8af4c8d74bfa6f7bda93ef3f8c Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Mon, 6 Apr 2015 19:48:21 +0000 Subject: [PATCH] Remove the requirement for the MAC address as it breaks the template feature and another new feature. --- app/devices/device_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/devices/device_edit.php b/app/devices/device_edit.php index 2c0b3fe088..c8729b4fad 100644 --- a/app/devices/device_edit.php +++ b/app/devices/device_edit.php @@ -451,7 +451,7 @@ require_once "resources/require.php"; echo " ".$text['label-device_mac_address']."\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo " \n"; echo " \n"; echo "
\n";