From b291b3e8c16c98f2efa01c27421bbf6268629399 Mon Sep 17 00:00:00 2001 From: TheWitness Date: Mon, 27 Jan 2025 21:33:08 -0500 Subject: [PATCH] QA: Light repositioning --- include/global_form.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/include/global_form.php b/include/global_form.php index 26f80c4fb8..e295689a95 100644 --- a/include/global_form.php +++ b/include/global_form.php @@ -1311,11 +1311,6 @@ 'default' => '', 'form_id' => false ), - 'host_snmp_head' => array( - 'method' => 'spacer', - 'friendly_name' => __('SNMP Options'), - ), - ) + $fields_snmp_item_with_oids + array( 'host_avail_head' => array( 'method' => 'spacer', 'friendly_name' => __('Availability/Reachability Options'), @@ -1375,6 +1370,11 @@ 'max_length' => '10', 'size' => '7' ), + 'host_snmp_head' => array( + 'method' => 'spacer', + 'friendly_name' => __('SNMP Options'), + ), + ) + $fields_snmp_item_with_oids + array( 'host_add_head' => array( 'method' => 'spacer', 'collapsible' => 'true',