mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Changed exclude alert path
This commit is contained in:
parent
52be488258
commit
6a32b6ca6d
2 changed files with 2 additions and 2 deletions
|
|
@ -1088,7 +1088,7 @@ function filterAlertByFilters(confset_id, subdir, script_key) {
|
|||
type: 'POST',
|
||||
contentType: "application/json",
|
||||
dataType: "json",
|
||||
url: `${http_prefix}/lua/rest/v1/get/alert/exclude_alert.lua`, /* TODO: Change */
|
||||
url: `${http_prefix}/lua/rest/v1/edit/user_script/filter.lua`, /* TODO: Change */
|
||||
data: JSON.stringify({
|
||||
filters: document.getElementById("name_input").value,
|
||||
confset_id: confset_id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue