#12250 unified fields selects
This commit is contained in:
parent
47420e06c4
commit
d0185c7a10
|
@ -3933,9 +3933,9 @@ if (is_metaconsole() === true) {
|
|||
<?php
|
||||
html_print_select(
|
||||
[
|
||||
'all' => __('ALL'),
|
||||
'critical' => __('CRITICAL'),
|
||||
'warning' => __('WARNING'),
|
||||
'all' => __('All'),
|
||||
'critical' => __('Critical'),
|
||||
'warning' => __('Warning'),
|
||||
],
|
||||
'secmon_status',
|
||||
$secmon_status,
|
||||
|
@ -3954,7 +3954,7 @@ if (is_metaconsole() === true) {
|
|||
<?php
|
||||
html_print_select(
|
||||
[
|
||||
'all' => __('ALL'),
|
||||
'all' => __('All'),
|
||||
'90' => __('< 90%'),
|
||||
'80' => __('< 80%'),
|
||||
'70' => __('< 70%'),
|
||||
|
@ -3988,9 +3988,9 @@ if (is_metaconsole() === true) {
|
|||
<?php
|
||||
html_print_select(
|
||||
[
|
||||
'all' => __('ALL'),
|
||||
'crit' => __('CRITICAL'),
|
||||
'warn' => __('WARNING'),
|
||||
'all' => __('All'),
|
||||
'crit' => __('Critical'),
|
||||
'warn' => __('Warning'),
|
||||
],
|
||||
'vulnerabilities_status',
|
||||
$vulnerabilities_status,
|
||||
|
|
Loading…
Reference in New Issue