several minor fixes
This commit is contained in:
parent
061c9f8750
commit
e8323e4b00
|
@ -808,7 +808,7 @@ $table->data['edit1'][1] = '<table width="100%">';
|
||||||
1
|
1
|
||||||
);
|
);
|
||||||
|
|
||||||
$table->data['edit3'][2] = __('SMNP community');
|
$table->data['edit3'][2] = __('SNMP community');
|
||||||
$table->data['edit3'][3] = html_print_input_text(
|
$table->data['edit3'][3] = html_print_input_text(
|
||||||
'snmp_community',
|
'snmp_community',
|
||||||
'',
|
'',
|
||||||
|
|
|
@ -56,7 +56,7 @@ ui_print_standard_header(
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'link' => '',
|
'link' => '',
|
||||||
'label' => __('SMNP'),
|
'label' => __('SNMP'),
|
||||||
],
|
],
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
|
@ -48,7 +48,7 @@ ui_print_standard_header(
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'link' => '',
|
'link' => '',
|
||||||
'label' => __('SMNP'),
|
'label' => __('SNMP'),
|
||||||
],
|
],
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
|
@ -87,7 +87,7 @@ ui_print_standard_header(
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'link' => '',
|
'link' => '',
|
||||||
'label' => __('SMNP'),
|
'label' => __('SNMP'),
|
||||||
],
|
],
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
|
@ -57,7 +57,7 @@ ui_print_standard_header(
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'link' => '',
|
'link' => '',
|
||||||
'label' => __('SMNP'),
|
'label' => __('SNMP'),
|
||||||
],
|
],
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue