mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:04:23 +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
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue