mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
changed redis key for toasts (#4706)
This commit is contained in:
parent
a5f74410f8
commit
2da14e59ea
2 changed files with 2 additions and 2 deletions
|
|
@ -236,7 +236,7 @@ local defined_toats = {
|
|||
predicate = predicates.unexpected_plugins,
|
||||
pages = EMPTY_PAGES,
|
||||
subpages = EMPTY_PAGES,
|
||||
excluded_pages = {pages.scripts_config.key},
|
||||
excluded_pages = {pages.scripts_config.key, pages.preferences.key},
|
||||
excluded_subpages = EMPTY_PAGES
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue