mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Fixed exclusion list not updated
This commit is contained in:
parent
c82e007653
commit
138f712591
2 changed files with 21 additions and 21 deletions
|
|
@ -27,7 +27,7 @@ local subdir = _POST["script_subdir"]
|
|||
local confset_id = tonumber(_POST["confset_id"] or user_scripts.DEFAULT_CONFIGSET_ID)
|
||||
local script_key = _POST["script_key"]
|
||||
local alert_severity = _POST['alert_severity']
|
||||
local alert_exclusion_list = _POST['alert_exclusion_list']
|
||||
local alert_exclusion_list = _POST['script_exclusion_list']
|
||||
|
||||
-- ################################################
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue