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:
Luca 2020-10-16 09:31:04 +02:00
parent 014d23f5d1
commit 3449593087
8 changed files with 143 additions and 123 deletions

View file

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