Merge branch 'ent-6119-cambiar-critical-warning-status-por-critical-warning-threshold' into 'develop'

Ent 6119 cambiar critical warning status por critical warning threshold

See merge request artica/pandorafms!3423
This commit is contained in:
Daniel Rodriguez 2020-09-23 14:06:09 +02:00
commit f8bfd6c99b

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) { 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] .= '<span id="minmax_warning"><em>'.__('Min. ').'</em>';
$table_simple->data[2][1] .= html_print_input_text( $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[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) { 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] .= '<span id="minmax_critical"><em>'.__('Min. ').'</em>';
$table_simple->data[3][1] .= html_print_input_text( $table_simple->data[3][1] .= html_print_input_text(