fixed error field snmp community size 100 v6

This commit is contained in:
daniel 2017-10-06 10:01:43 +02:00
parent e84bedfa0f
commit ffc060d35b
1 changed files with 1 additions and 1 deletions

View File

@ -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', '', '',