Show clickhouse prefs in nEdge Enterprise

This commit is contained in:
Alfredo Cardigliano 2024-09-02 10:58:30 +02:00
parent 7a4dda2d08
commit c098f8c8a1

View file

@ -210,7 +210,7 @@ local menu_subpages = {{
label = i18n("prefs.clickhouse"),
advanced = true,
pro_only = true,
hidden = not (ntop.isEnterpriseM() and ntop.isClickHouseEnabled()),
hidden = not ((ntop.isEnterpriseM() or ntop.isnEdgeEnterprise()) and ntop.isClickHouseEnabled()),
entries = {
flow_data_retention = {
title = i18n("prefs.flows_and_alerts_data_retention"),