mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
fix for --community toast
This commit is contained in:
parent
1b3f4fd05c
commit
4fa3089628
1 changed files with 2 additions and 2 deletions
|
|
@ -95,10 +95,10 @@ end
|
|||
|
||||
-- ###############################################################
|
||||
|
||||
local function create_forced_community_toast(notification)
|
||||
local function create_forced_community_toast(toast)
|
||||
|
||||
local title = i18n("about.licence")
|
||||
local description = i18n("about.forced_community_toast")
|
||||
local description = i18n("about.forced_community_notification")
|
||||
|
||||
return toast_ui:new(toast.id, title, description, ToastLevel.WARNING, nil --[[ no action --]], toast.dismissable)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue