mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Invalidate cache on alerts delete
This commit is contained in:
parent
22d9d3ad2c
commit
63402a848d
1 changed files with 1 additions and 0 deletions
|
|
@ -510,6 +510,7 @@ end
|
|||
function deleteAlerts(what, options)
|
||||
local opts = getUnpagedAlertOptions(options or {})
|
||||
performAlertsQuery("DELETE", what, opts)
|
||||
invalidateEngagedAlertsCache()
|
||||
end
|
||||
|
||||
-- #################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue