mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Removed telemetry
This commit is contained in:
parent
2e005803e3
commit
8dad513a4e
12 changed files with 1 additions and 125 deletions
|
|
@ -44,16 +44,6 @@ local pages = page_utils.menu_entries
|
|||
--- It's a good convention to put the predicate functions inside the module: `predicates_defined_toasts`
|
||||
|
||||
local defined_toats = {
|
||||
{
|
||||
id = 0,
|
||||
dismissable = false,
|
||||
has_priority = false,
|
||||
predicate = predicates.contribute,
|
||||
pages = EMPTY_PAGES,
|
||||
subpages = EMPTY_PAGES,
|
||||
excluded_pages = {pages.preferences.key},
|
||||
excluded_subpages = EMPTY_PAGES
|
||||
},
|
||||
{
|
||||
id = 1,
|
||||
dismissable = false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue