Skip to content

Commit

Permalink
Show clickhouse prefs in nEdge Enterprise
Browse files Browse the repository at this point in the history
  • Loading branch information
cardigliano committed Sep 2, 2024
1 parent 7a4dda2 commit c098f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lua/modules/prefs_menu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit c098f8c

Please sign in to comment.