mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Fix alert list tag filter
This commit is contained in:
parent
4f194134cc
commit
51e6e5b0a1
@ -654,7 +654,7 @@ if ($get_agent_alerts_datatable === true) {
|
||||
}
|
||||
|
||||
$idGroup = $filter_alert['ag_group'];
|
||||
$tag_filter = $filter_alert['tag_filter'];
|
||||
$tag_filter = $filter_alert['tag'];
|
||||
$action_filter = $filter_alert['action'];
|
||||
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user