Skip to content

Commit

Permalink
QA: Light repositioning
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWitness committed Jan 28, 2025
1 parent 522581d commit b291b3e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions include/global_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit b291b3e

Please sign in to comment.