From 1882c7a624642d429434b58db2932502e1023996 Mon Sep 17 00:00:00 2001 From: Daniel Cebrian Date: Tue, 30 Jan 2024 17:58:41 +0100 Subject: [PATCH] #12833 fixed critical value in bulk operation --- pandora_console/godmode/massive/massive_edit_modules.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora_console/godmode/massive/massive_edit_modules.php b/pandora_console/godmode/massive/massive_edit_modules.php index 9b11b86916..79cd0233da 100755 --- a/pandora_console/godmode/massive/massive_edit_modules.php +++ b/pandora_console/godmode/massive/massive_edit_modules.php @@ -768,7 +768,7 @@ $table_critical->tdid[0][0] = 'edit1-3-min'; $table_critical->data[0][0] = html_print_label_input_block( __('Min.'), html_print_input_text( - 'min_warning', + 'min_critical', '', '', false, @@ -781,7 +781,7 @@ $table_critical->tdid[0][1] = 'edit1-3-max'; $table_critical->data[0][1] = html_print_label_input_block( __('Max.'), html_print_input_text( - 'max_warning', + 'max_critical', '', '', false,