Minor fix
This commit is contained in:
parent
2639533cc1
commit
58354979d0
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue