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:
gabryon99 2020-11-06 12:27:05 +01:00
parent 4eaedf5c75
commit 1a1090eaf0
3 changed files with 4 additions and 4 deletions

View file

@ -126,7 +126,7 @@ local defined_notifications = {
},
{
id = 8,
dismissable = false,
dismissable = true,
has_priority = false,
predicate = predicates.update_ntopng,
pages = EMPTY_PAGES,
@ -189,7 +189,7 @@ local defined_notifications = {
{
id = 14,
dismissable = false,
has_priority = false,
has_priority = true,
predicate = predicates.forced_community,
pages = {},
subpages = EMPTY_PAGES,