mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fixes alert filters not being picked up after changes
This commit is contained in:
parent
7d7e59e739
commit
80ed4e5b07
1 changed files with 5 additions and 0 deletions
|
|
@ -1482,6 +1482,11 @@ function user_scripts.initDefaultConfig(overwrite)
|
|||
end
|
||||
end
|
||||
end
|
||||
|
||||
if usermod.filter and usermod.filter.default_filters then
|
||||
default_filters[subdir] = default_filters[subdir] or {}
|
||||
default_filters[subdir][key] = usermod.filter.default_filters
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue