mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 01:10:10 +00:00
parent
80fc2164bd
commit
7dcaed78c5
5 changed files with 45 additions and 36 deletions
|
|
@ -11,7 +11,7 @@ local template = require("template_utils")
|
|||
local defined_notifications = require("defined_notifications")
|
||||
|
||||
-- Redis Key used to store the notification status
|
||||
local REDIS_KEY = "ntopng.user.%s.dismissised_notices.notification_%s"
|
||||
local REDIS_KEY = "ntopng.user.%s.dismissised_notices.notification_%d"
|
||||
local notifications_manager = {}
|
||||
|
||||
local function notification_has_been_dismissed(notification_id)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue