mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
improved dismissable notification (#4680)
The notification about the flag --community has been improved by changing its style (info to warning)
This commit is contained in:
parent
4eaedf5c75
commit
1a1090eaf0
3 changed files with 4 additions and 4 deletions
|
|
@ -96,7 +96,7 @@ local function create_forced_community_notification(notification)
|
|||
local title = i18n("about.licence")
|
||||
local description = i18n("about.forced_community_notification")
|
||||
|
||||
return notification_ui:create(notification.id, title, description, NotificationLevels.INFO, nil --[[ no action --]], notification.dismissable)
|
||||
return notification_ui:create(notification.id, title, description, NotificationLevels.WARNING, nil --[[ no action --]], notification.dismissable)
|
||||
end
|
||||
|
||||
-- ###############################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue