mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Removed message when trying to exclude two identical alerts
This commit is contained in:
parent
c77c689f94
commit
edc1e16b7e
2 changed files with 1 additions and 3 deletions
|
|
@ -1194,8 +1194,6 @@ function user_scripts.updateScriptConfig(confid, script_key, subdir, new_config,
|
|||
|
||||
if add_params > 0 then
|
||||
filter_conf["filter"]["current_filters"][add_params] = new_filter
|
||||
else
|
||||
return false, i18n("configsets.wrong_args_ex_list", {new_filter})
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue