diff --git a/include/global_form.php b/include/global_form.php index 26f80c4fb..e295689a9 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',