From df288edbe36207a231fc3be1bc9c9d891dfd344a Mon Sep 17 00:00:00 2001 From: SourceDoctor Date: Sat, 15 Jan 2022 16:59:56 +0100 Subject: [PATCH] remove unneccessary Section Description (#13677) --- includes/html/pages/device/edit/alert-rules.inc.php | 1 - includes/html/pages/device/edit/apps.inc.php | 1 - includes/html/pages/device/edit/customoid.inc.php | 1 - includes/html/pages/device/edit/device.inc.php | 1 - includes/html/pages/device/edit/ipmi.inc.php | 2 -- includes/html/pages/device/edit/mempools.inc.php | 2 -- includes/html/pages/device/edit/modules.inc.php | 1 - includes/html/pages/device/edit/ports.inc.php | 1 - includes/html/pages/device/edit/processors.inc.php | 3 --- includes/html/pages/device/edit/routing.inc.php | 2 -- includes/html/pages/device/edit/sensors-common.php | 2 -- includes/html/pages/device/edit/snmp.inc.php | 2 -- includes/html/pages/device/edit/storage.inc.php | 3 --- 13 files changed, 22 deletions(-) diff --git a/includes/html/pages/device/edit/alert-rules.inc.php b/includes/html/pages/device/edit/alert-rules.inc.php index 39513db3ae..51f76e31a2 100644 --- a/includes/html/pages/device/edit/alert-rules.inc.php +++ b/includes/html/pages/device/edit/alert-rules.inc.php @@ -1,4 +1,3 @@ -

Alert Rules

Applications Custom OIDs -

Device Settings

diff --git a/includes/html/pages/device/edit/ipmi.inc.php b/includes/html/pages/device/edit/ipmi.inc.php index aca710ce43..4db7726659 100644 --- a/includes/html/pages/device/edit/ipmi.inc.php +++ b/includes/html/pages/device/edit/ipmi.inc.php @@ -46,8 +46,6 @@ if ($updated && $update_message) { ?> -

IPMI settings

-
diff --git a/includes/html/pages/device/edit/mempools.inc.php b/includes/html/pages/device/edit/mempools.inc.php index 44ece5b77c..d1527f551d 100755 --- a/includes/html/pages/device/edit/mempools.inc.php +++ b/includes/html/pages/device/edit/mempools.inc.php @@ -14,8 +14,6 @@ ?> -

Memory settings

-
diff --git a/includes/html/pages/device/edit/modules.inc.php b/includes/html/pages/device/edit/modules.inc.php index b620c56e18..8a748eb069 100644 --- a/includes/html/pages/device/edit/modules.inc.php +++ b/includes/html/pages/device/edit/modules.inc.php @@ -1,4 +1,3 @@ -

Modules

Poller Modules diff --git a/includes/html/pages/device/edit/ports.inc.php b/includes/html/pages/device/edit/ports.inc.php index d165759e73..bf644b5aca 100644 --- a/includes/html/pages/device/edit/ports.inc.php +++ b/includes/html/pages/device/edit/ports.inc.php @@ -1,5 +1,4 @@ -

Port Settings

diff --git a/includes/html/pages/device/edit/processors.inc.php b/includes/html/pages/device/edit/processors.inc.php index f0b0b05517..bbe70ae049 100644 --- a/includes/html/pages/device/edit/processors.inc.php +++ b/includes/html/pages/device/edit/processors.inc.php @@ -13,9 +13,6 @@ */ ?> - -

Processor settings

-
diff --git a/includes/html/pages/device/edit/routing.inc.php b/includes/html/pages/device/edit/routing.inc.php index e4397b7185..3fa973c1a6 100644 --- a/includes/html/pages/device/edit/routing.inc.php +++ b/includes/html/pages/device/edit/routing.inc.php @@ -13,8 +13,6 @@ */ ?> -

Routing settings

-
diff --git a/includes/html/pages/device/edit/sensors-common.php b/includes/html/pages/device/edit/sensors-common.php index 721e821c9c..309674c1ac 100644 --- a/includes/html/pages/device/edit/sensors-common.php +++ b/includes/html/pages/device/edit/sensors-common.php @@ -15,9 +15,7 @@ */ // FUA -echo "

$title

"; ?> -
diff --git a/includes/html/pages/device/edit/snmp.inc.php b/includes/html/pages/device/edit/snmp.inc.php index cbf5d439c0..e755f310c0 100644 --- a/includes/html/pages/device/edit/snmp.inc.php +++ b/includes/html/pages/device/edit/snmp.inc.php @@ -178,8 +178,6 @@ $device = dbFetchRow('SELECT * FROM `devices` WHERE `device_id` = ?', [$device[' $max_oid = get_dev_attrib($device, 'snmp_max_oid'); $max_repeaters = get_dev_attrib($device, 'snmp_max_repeaters'); -echo '

SNMP Settings

'; - // use PHP Flasher to print normal (success) messages, similar to Device Settings if (isset($update_message)) { if (is_array($update_message)) { diff --git a/includes/html/pages/device/edit/storage.inc.php b/includes/html/pages/device/edit/storage.inc.php index eb1c649601..75cde3972e 100644 --- a/includes/html/pages/device/edit/storage.inc.php +++ b/includes/html/pages/device/edit/storage.inc.php @@ -13,9 +13,6 @@ */ ?> - -

Storage Settings

-