mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Show clickhouse prefs in nEdge Enterprise
This commit is contained in:
parent
7a4dda2d08
commit
c098f8c8a1
1 changed files with 1 additions and 1 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue