mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 08:50:12 +00:00
Reworked notifications and fixed a bug that caused them to be fetched too often putting pressure on the blog feed
This commit is contained in:
parent
014d23f5d1
commit
3449593087
8 changed files with 143 additions and 123 deletions
|
|
@ -95,7 +95,7 @@ end
|
|||
-- ###############################################################
|
||||
|
||||
local function create_update_ntopng_notification(body)
|
||||
local title = i18n("update")
|
||||
local title = i18n("update")
|
||||
return alert_notification:create("update_alert", title, body, "info")
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue