Changed names

This commit is contained in:
manuel.montes 2020-09-01 12:30:55 +02:00
parent 21c879c74f
commit 05fadd167d
1 changed files with 2 additions and 2 deletions

View File

@ -382,7 +382,7 @@ if ($disabledBecauseInPolicy) {
);
}
$table_simple->data[2][0] = __('Warning status');
$table_simple->data[2][0] = __('Warning threshold');
if (!modules_is_string_type($id_module_type) || $edit) {
$table_simple->data[2][1] .= '<span id="minmax_warning"><em>'.__('Min. ').'</em>';
$table_simple->data[2][1] .= html_print_input_text(
@ -435,7 +435,7 @@ if (!modules_is_string_type($id_module_type) || $edit) {
$table_simple->data[2][2] = '<svg id="svg_dinamic" width="500" height="300"> </svg>';
}
$table_simple->data[3][0] = __('Critical status');
$table_simple->data[3][0] = __('Critical threshold');
if (!modules_is_string_type($id_module_type) || $edit) {
$table_simple->data[3][1] .= '<span id="minmax_critical"><em>'.__('Min. ').'</em>';
$table_simple->data[3][1] .= html_print_input_text(