mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
wip reports alert actions
This commit is contained in:
parent
b19bc9c8ab
commit
c20b3bacc8
@ -3373,10 +3373,10 @@ function alerts_get_alert_fired($filters=[], $groupsBy=[])
|
||||
&& ($groupsBy['group_by'] === 'agent'
|
||||
|| $groupsBy['group_by'] === 'module')
|
||||
) {
|
||||
unset($total_values['Period']);
|
||||
unset($total_values['server']);
|
||||
}
|
||||
|
||||
unset($total_values['Period']);
|
||||
$result['summary']['total'] = $total_values;
|
||||
$result['summary']['total'][$groupsBy['group_by']] = __('Total');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user