mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Fixes reports preference not available in nedge
This commit is contained in:
parent
68b04937dd
commit
85b63b7a99
1 changed files with 1 additions and 1 deletions
|
|
@ -457,7 +457,7 @@ local menu_subpages = {{
|
|||
label = i18n("prefs.reports"),
|
||||
advanced = false,
|
||||
pro_only = true,
|
||||
hidden = not (ntop.isEnterpriseL() or ntop.isnEdgeEnterprise()),
|
||||
hidden = not (ntop.isEnterpriseL()),
|
||||
entries = {
|
||||
toggle_enable_automatic_reports = {
|
||||
title = i18n("prefs.toggle_enable_automatic_reports_title"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue