mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Fixed the visibility of the ClickHouse preferences menu (#9736)
This commit is contained in:
parent
24b5232546
commit
acfb6bb9e3
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ local menu_subpages = {{
|
|||
label = i18n("prefs.clickhouse"),
|
||||
advanced = true,
|
||||
pro_only = true,
|
||||
hidden = not ((ntop.isEnterpriseM() or ntop.isnEdgeEnterprise())),
|
||||
hidden = not ((ntop.isEnterpriseM() or ntop.isnEdgeEnterprise())) or not 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