Merge branch '1237-Ampliar_caracteres_para_box_de_comunidad_SNMP_en_operaciones_masivas_v7' into 'develop'
fixed snmp comunity field See merge request !783
This commit is contained in:
commit
da0394cc81
|
@ -501,7 +501,7 @@ $table->data['edit3'][1] = html_print_extended_select_for_post_process('post_pro
|
||||||
|
|
||||||
$table->data['edit3'][2] = __('SMNP community');
|
$table->data['edit3'][2] = __('SMNP community');
|
||||||
$table->data['edit3'][3] = html_print_input_text ('snmp_community', '',
|
$table->data['edit3'][3] = html_print_input_text ('snmp_community', '',
|
||||||
'', 10, 15, true);
|
'', 10, 100, true);
|
||||||
|
|
||||||
$target_ip_values = array();
|
$target_ip_values = array();
|
||||||
$target_ip_values['auto'] = __('Auto');
|
$target_ip_values['auto'] = __('Auto');
|
||||||
|
|
Loading…
Reference in New Issue