mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Add reports preferences
This commit is contained in:
parent
7e7088ca75
commit
9d460baec1
4 changed files with 71 additions and 21 deletions
|
|
@ -536,6 +536,22 @@ local menu_subpages = { {
|
|||
description = i18n("traffic_recording.max_extracted_pcap_bytes_description")
|
||||
}
|
||||
}
|
||||
}, {
|
||||
id = "reports",
|
||||
label = i18n("prefs.reports"),
|
||||
advanced = false,
|
||||
pro_only = true,
|
||||
hidden = not ntop.isEnterpriseL(),
|
||||
entries = {
|
||||
toggle_enable_automatic_reports = {
|
||||
title = i18n("prefs.toggle_enable_automatic_reports_title"),
|
||||
description = i18n("prefs.toggle_enable_automatic_reports_descr")
|
||||
},
|
||||
reports_data_retention_time = {
|
||||
title = i18n("prefs.reports_data_retention_time_title"),
|
||||
description = i18n("prefs.reports_data_retention_time_descr")
|
||||
}
|
||||
}
|
||||
}, {
|
||||
id = "updates",
|
||||
label = i18n("prefs.updates"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue