mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 17:00:10 +00:00
parent
7a8e0cf53f
commit
a9f859dc7f
4 changed files with 36 additions and 3 deletions
|
|
@ -166,7 +166,16 @@ local defined_notifications = {
|
|||
subpages = EMPTY_PAGES,
|
||||
excluded_pages = EMPTY_PAGES,
|
||||
excluded_subpages = EMPTY_PAGES
|
||||
},
|
||||
{
|
||||
id = 14,
|
||||
dismissable = false,
|
||||
predicate = predicates.forced_community,
|
||||
pages = {pages.about.key},
|
||||
subpages = EMPTY_PAGES,
|
||||
excluded_pages = EMPTY_PAGES,
|
||||
excluded_subpages = EMPTY_PAGES
|
||||
}
|
||||
}
|
||||
|
||||
return defined_notifications
|
||||
return defined_notifications
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue