mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
fixed error field snmp community size 100 v6
This commit is contained in:
parent
e84bedfa0f
commit
ffc060d35b
@ -475,7 +475,7 @@ $table->data['edit3'][1] = html_print_extended_select_for_post_process('post_pro
|
||||
0, '', 0, '', false, true, 'width:150px;', true);
|
||||
$table->data['edit3'][2] = __('SMNP community');
|
||||
$table->data['edit3'][3] = html_print_input_text ('snmp_community', '',
|
||||
'', 10, 15, true);
|
||||
'', 10, 100, true);
|
||||
|
||||
$table->data['edit35'][0] = __('Target IP');
|
||||
$table->data['edit35'][1] = html_print_input_text ('ip_target', '', '',
|
||||
|
Loading…
x
Reference in New Issue
Block a user