mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
Merge branch 'ent-12250-informe-detallado-de-seguridad' into ent-12253-informe-de-vulnerabilidades
This commit is contained in:
commit
5996af094e
@ -3989,9 +3989,9 @@ if (is_metaconsole() === true) {
|
|||||||
<?php
|
<?php
|
||||||
html_print_select(
|
html_print_select(
|
||||||
[
|
[
|
||||||
'all' => __('ALL'),
|
'all' => __('All'),
|
||||||
'critical' => __('CRITICAL'),
|
'critical' => __('Critical'),
|
||||||
'warning' => __('WARNING'),
|
'warning' => __('Warning'),
|
||||||
],
|
],
|
||||||
'secmon_status',
|
'secmon_status',
|
||||||
$secmon_status,
|
$secmon_status,
|
||||||
@ -4010,7 +4010,7 @@ if (is_metaconsole() === true) {
|
|||||||
<?php
|
<?php
|
||||||
html_print_select(
|
html_print_select(
|
||||||
[
|
[
|
||||||
'all' => __('ALL'),
|
'all' => __('All'),
|
||||||
'90' => __('< 90%'),
|
'90' => __('< 90%'),
|
||||||
'80' => __('< 80%'),
|
'80' => __('< 80%'),
|
||||||
'70' => __('< 70%'),
|
'70' => __('< 70%'),
|
||||||
@ -4044,9 +4044,9 @@ if (is_metaconsole() === true) {
|
|||||||
<?php
|
<?php
|
||||||
html_print_select(
|
html_print_select(
|
||||||
[
|
[
|
||||||
'all' => __('ALL'),
|
'all' => __('All'),
|
||||||
'crit' => __('CRITICAL'),
|
'crit' => __('Critical'),
|
||||||
'warn' => __('WARNING'),
|
'warn' => __('Warning'),
|
||||||
],
|
],
|
||||||
'vulnerabilities_status',
|
'vulnerabilities_status',
|
||||||
$vulnerabilities_status,
|
$vulnerabilities_status,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user