mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Removed unused code from exclusion list
This commit is contained in:
parent
a2fb40c077
commit
92345e04d5
2 changed files with 29 additions and 40 deletions
|
|
@ -210,7 +210,7 @@ for k,v in ipairs(alerts) do
|
|||
record["column_subdir"] = alert_info.alert_generation.subdir or nil
|
||||
|
||||
-- Checking if the filter column needs to be skipped
|
||||
if user_scripts.excludeScriptFilters(alert, record["column_confset_id"], record["column_script_key"], record["column_subdir"]) == false then
|
||||
if user_scripts.excludeScriptFilters(alert, alert_info, record["column_confset_id"], record["column_script_key"], record["column_subdir"]) == false then
|
||||
record["column_filter"] = user_scripts.getFilterPreset(alert, alert_info)
|
||||
elseif record["column_subdir"] == "flow" then
|
||||
record["column_filter_disabled"] = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue