mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Updated pcap page
This commit is contained in:
parent
6cdfca5eca
commit
11ea46db7e
15 changed files with 268 additions and 66 deletions
|
|
@ -2136,8 +2136,8 @@ if auth.has_capability(auth.capabilities.preferences) then
|
|||
|
||||
prefsInputFieldPrefs(subpage_active.entries["flow_data_retention"].title,
|
||||
subpage_active.entries["flow_data_retention"].description, "ntopng.prefs.",
|
||||
"flows_and_alerts_data_retention_days", data_retention_utils.getDefaultRetention(), "number", nil, nil, nil,
|
||||
{
|
||||
"flows_and_alerts_data_retention_days", data_retention_utils.getDefaultRetention(), "number",
|
||||
ntop.isClickHouseEnabled(), nil, nil, {
|
||||
min = 1,
|
||||
max = 365 * 10
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue