Fixes reports preference not available in nedge

This commit is contained in:
Matteo Biscosi 2024-05-21 11:36:40 -04:00
parent 68b04937dd
commit 85b63b7a99

View file

@ -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"),