mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Merge branch 'ent-5113-Metaconsola-vista-tactica-alertas-disparadas' into 'develop'
fixed triggered alerts count See merge request artica/pandorafms!3716
This commit is contained in:
commit
55f9ab6d57
@ -92,6 +92,7 @@ function tactical_get_data($id_user=false, $user_strict=false, $acltags, $return
|
||||
$list['_monitors_unknown_'] = 0;
|
||||
$list['_monitors_not_init_'] = 0;
|
||||
$list['_monitors_ok_'] = 0;
|
||||
$list['_monitors_alerts_fired_'] = 0;
|
||||
|
||||
if (empty($list_groups)) {
|
||||
$list_groups = [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user