mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Update Flows Aggregation preferences. (#7539)
This commit is contained in:
parent
f15445b487
commit
fc21012a36
3 changed files with 59 additions and 12 deletions
|
|
@ -271,6 +271,32 @@ local menu_subpages = {{
|
|||
}
|
||||
}
|
||||
}, {
|
||||
id = "clickhouse",
|
||||
label = i18n("prefs.clickhouse"),
|
||||
advanced = true,
|
||||
pro_only = true,
|
||||
hidden = not ntop.isEnterpriseXL(),
|
||||
entries = {
|
||||
|
||||
aggregated_flows_data_retention = {
|
||||
title = i18n("prefs.aggregated_flows_data_retention_title"),
|
||||
description = i18n("prefs.aggregated_flows_data_retention_descr")
|
||||
},
|
||||
toggle_flow_aggregated_alerted_flows = {
|
||||
title = i18n("prefs.toggle_flow_aggregated_alerted_flows_title"),
|
||||
description = i18n("prefs.toggle_flow_aggregated_alerted_flows_description")
|
||||
},
|
||||
toggle_flow_aggregated_limit = {
|
||||
title = i18n("prefs.toggle_flow_aggregated_limit_title"),
|
||||
description = i18n("prefs.toggle_flow_aggregated_limit_description")
|
||||
},
|
||||
toggle_flow_aggregated_traffic_limit = {
|
||||
title = i18n("prefs.toggle_flow_aggregated_traffic_limit_title"),
|
||||
description = i18n("prefs.toggle_flow_aggregated_traffic_limit_description")
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
id = "on_disk_ts",
|
||||
label = i18n("prefs.timeseries"),
|
||||
advanced = false,
|
||||
|
|
@ -619,10 +645,6 @@ local menu_subpages = {{
|
|||
title = i18n("prefs.flows_and_alerts_data_retention"),
|
||||
description = i18n("prefs.flows_and_alerts_data_retention_descr")
|
||||
},
|
||||
aggregated_flows_data_retention = {
|
||||
title = i18n("prefs.aggregated_flows_data_retention_title"),
|
||||
description = i18n("prefs.aggregated_flows_data_retention_descr")
|
||||
},
|
||||
ts_data_retention = {
|
||||
title = i18n("prefs.ts_and_stats_data_retention"),
|
||||
description = i18n("prefs.ts_and_stats_data_retention_descr")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue