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…
Reference in New Issue