mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
Added vulnerability scan data retention (#9612)
This commit is contained in:
parent
7ddcf45bcb
commit
f1de8c76a3
5 changed files with 31 additions and 0 deletions
|
|
@ -225,6 +225,10 @@ local menu_subpages = {{
|
|||
title = i18n("prefs.aggregated_flows_data_retention_title"),
|
||||
description = i18n("prefs.aggregated_flows_data_retention_descr")
|
||||
},
|
||||
vs_reports_data_retention = {
|
||||
title = i18n("prefs.vs_reports_data_retention_title"),
|
||||
description = i18n("prefs.vs_reports_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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue