From d0185c7a1083c2c83d3fa3663c07dae8472addae Mon Sep 17 00:00:00 2001 From: Daniel Cebrian Date: Wed, 22 Nov 2023 16:36:32 +0100 Subject: [PATCH] #12250 unified fields selects --- .../reporting/reporting_builder.item_editor.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pandora_console/godmode/reporting/reporting_builder.item_editor.php b/pandora_console/godmode/reporting/reporting_builder.item_editor.php index b3f89508db..e1ae1df015 100755 --- a/pandora_console/godmode/reporting/reporting_builder.item_editor.php +++ b/pandora_console/godmode/reporting/reporting_builder.item_editor.php @@ -3933,9 +3933,9 @@ if (is_metaconsole() === true) { __('ALL'), - 'critical' => __('CRITICAL'), - 'warning' => __('WARNING'), + 'all' => __('All'), + 'critical' => __('Critical'), + 'warning' => __('Warning'), ], 'secmon_status', $secmon_status, @@ -3954,7 +3954,7 @@ if (is_metaconsole() === true) { __('ALL'), + 'all' => __('All'), '90' => __('< 90%'), '80' => __('< 80%'), '70' => __('< 70%'), @@ -3988,9 +3988,9 @@ if (is_metaconsole() === true) { __('ALL'), - 'crit' => __('CRITICAL'), - 'warn' => __('WARNING'), + 'all' => __('All'), + 'crit' => __('Critical'), + 'warn' => __('Warning'), ], 'vulnerabilities_status', $vulnerabilities_status,