mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
fixed filter loaded from event graph on agent view
This commit is contained in:
parent
1f428a25ad
commit
da22381044
@ -102,6 +102,8 @@ $default_filter = [
|
||||
$fb64 = get_parameter('fb64', null);
|
||||
if (isset($fb64)) {
|
||||
$filter = json_decode(base64_decode($fb64), true);
|
||||
$filter['tag_with'] = [];
|
||||
$filter['tag_without'] = [];
|
||||
} else {
|
||||
$filter = get_parameter(
|
||||
'filter',
|
||||
|
Loading…
x
Reference in New Issue
Block a user