mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Changed filters table path and Fixes reset script values
This commit is contained in:
parent
2c94d4da45
commit
59818f5540
4 changed files with 109 additions and 47 deletions
|
|
@ -75,6 +75,8 @@ local additional_filters = {}
|
|||
if alert_exclusion_list ~= nil then
|
||||
success, additional_filters = user_scripts.parseFilterParams(alert_exclusion_list, subdir, true)
|
||||
|
||||
tprint(success)
|
||||
tprint(additional_filters)
|
||||
if not success then
|
||||
err = additional_filters
|
||||
goto response
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue