Minor fix

This commit is contained in:
fbsanchez 2021-02-09 12:08:19 +01:00
parent 2639533cc1
commit 58354979d0
1 changed files with 3 additions and 1 deletions

View File

@ -782,7 +782,9 @@ function snmp_browser_print_container(
'script' => 'snmpBrowse()', 'script' => 'snmpBrowse()',
'attributes' => 'class="sub search" style="margin-top:0px;"', 'attributes' => 'class="sub search" style="margin-top:0px;"',
'return' => true, 'return' => true,
] ],
'div',
true
); );
// SNMP v3 options. // SNMP v3 options.