mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Prevens tons of unnecessary calls to alerts_api.trigger()
This commit is contained in:
parent
2499b571dd
commit
43d0b89bd9
5 changed files with 88 additions and 8 deletions
|
|
@ -525,7 +525,6 @@ end
|
|||
function deleteAlerts(what, options)
|
||||
local opts = getUnpagedAlertOptions(options or {})
|
||||
performAlertsQuery("DELETE", what, opts)
|
||||
refreshAlerts(interface.getId())
|
||||
end
|
||||
|
||||
-- #################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue