diff --git a/html/pages/device/edit/alerts.inc.php b/html/pages/device/edit/alerts.inc.php index 1e089ab05..1465b686b 100644 --- a/html/pages/device/edit/alerts.inc.php +++ b/html/pages/device/edit/alerts.inc.php @@ -92,10 +92,19 @@ if ($disable_notify) { /> - +
+
+ +
+
- +
+
+
+ +
+
diff --git a/html/pages/device/edit/apps.inc.php b/html/pages/device/edit/apps.inc.php index 2cc495622..9ed743de7 100644 --- a/html/pages/device/edit/apps.inc.php +++ b/html/pages/device/edit/apps.inc.php @@ -62,7 +62,7 @@ echo "
- +
@@ -90,14 +90,13 @@ foreach ($applications as $app) { $row++; } -echo ' - - - '; echo '
Enable Application
- - -
'; +echo '
+
+ +
+
+'; echo '
'; echo '
'; echo '
'; diff --git a/html/pages/device/edit/device.inc.php b/html/pages/device/edit/device.inc.php index b9f0fd0d1..b435a24e5 100644 --- a/html/pages/device/edit/device.inc.php +++ b/html/pages/device/edit/device.inc.php @@ -1,5 +1,4 @@ "7") { $updated = 0; @@ -65,83 +64,84 @@ elseif ($update_message) { ?>
-
+
- +
-
+
+ + +
- -
- -
-
-
+
-
- -
- +
+ +
+ +
-
-
- -
- + ' . ucfirst($type['type']) . ''); -} -if ($unknown) { - echo(' '); -} -?> - -
-
-
+ foreach ($config['device_types'] as $type) { + echo(' '); + } + if ($unknown) { + echo(' '); + } + ?> + +
+
+
-
- /> -
-
-
-
-
+
+ /> +
+
+
+
value="" />
-
-
+
+
/>
-
-
+
+
- /> + />
-
- +
+
+
+ +
+

" . formatStorage($sizeondisk) . " in " . $numrrds . " RRD files."); - print_optionbar_end(); - ?> diff --git a/html/pages/device/edit/ipmi.inc.php b/html/pages/device/edit/ipmi.inc.php index 0aff50bdd..f00c0e515 100644 --- a/html/pages/device/edit/ipmi.inc.php +++ b/html/pages/device/edit/ipmi.inc.php @@ -66,6 +66,13 @@ else if ($update_message) {
- +
+
+ +
+
+

+ -

To disable IPMI polling, please clear the setting fields and click Save.

diff --git a/html/pages/device/edit/snmp.inc.php b/html/pages/device/edit/snmp.inc.php index eeae2c056..aff9c8663 100644 --- a/html/pages/device/edit/snmp.inc.php +++ b/html/pages/device/edit/snmp.inc.php @@ -70,8 +70,6 @@ if ($_POST['editing']) { $device = dbFetchRow('SELECT * FROM `devices` WHERE `device_id` = ?', array($device['device_id'])); $descr = $device['purpose']; -echo '
-
'; if ($updated && $update_message) { print_message($update_message); } @@ -79,9 +77,6 @@ else if ($update_message) { print_error($update_message); } -echo '
-
'; - echo "
@@ -128,7 +123,7 @@ echo "
- +
@@ -211,7 +206,11 @@ if ($config['distributed_poller'] === true) { echo ' - +
+
+ +
+
';