mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
fixed snmp comunity field
This commit is contained in:
parent
daca367320
commit
8f9fd4cf3d
@ -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…
x
Reference in New Issue
Block a user