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 !892
This commit is contained in:
commit
ccefd50980
pandora_console/godmode/massive
|
@ -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