Merge branch '1265-Ampliar_caracteres_para_box_de_comunidad_SNMP_en_operaciones_masivas_v6' into 'pandora_6.0'

fixed error field snmp community size 100 v6

See merge request 
This commit is contained in:
vgilc 2017-10-06 10:48:23 +02:00
commit ccefd50980
1 changed files with 1 additions and 1 deletions
pandora_console/godmode/massive

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