mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
add notification for unexpected plugins (#4659)
This commit is contained in:
parent
109c79eafa
commit
cf16003826
18 changed files with 184 additions and 153 deletions
|
|
@ -209,10 +209,10 @@ local defined_notifications = {
|
|||
{
|
||||
id = 18,
|
||||
dismissable = true,
|
||||
predicate = predicates.empty,
|
||||
predicate = predicates.unexpected_plugins,
|
||||
pages = EMPTY_PAGES,
|
||||
subpages = EMPTY_PAGES,
|
||||
excluded_pages = EMPTY_PAGES,
|
||||
excluded_pages = {pages.scripts_config.key},
|
||||
excluded_subpages = EMPTY_PAGES
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue