mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Refresh alert counters upon delete
This commit is contained in:
parent
36df7511c4
commit
8bdc909d69
2 changed files with 18 additions and 1 deletions
|
|
@ -717,7 +717,8 @@ end
|
|||
-- #################################
|
||||
|
||||
function deleteAlerts(what, options)
|
||||
return performAlertsQuery("Delete", what, options)
|
||||
performAlertsQuery("Delete", what, options)
|
||||
interface.refreshAlertCounters()
|
||||
end
|
||||
|
||||
-- #################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue