Changed exclude alert path

This commit is contained in:
Matteo Biscosi 2021-02-17 18:24:54 +01:00
parent 52be488258
commit 6a32b6ca6d
2 changed files with 2 additions and 2 deletions

View file

@ -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,