mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Implement flows index retention
This commit is contained in:
parent
59aea5118e
commit
3532d90a86
5 changed files with 74 additions and 1 deletions
|
|
@ -1406,7 +1406,11 @@ function printStatsTimeseries()
|
|||
--default value
|
||||
minute_top_talkers_retention = 365
|
||||
prefsInputFieldPrefs(subpage_active.entries["minute_top_talkers_retention"].title, subpage_active.entries["minute_top_talkers_retention"].description,
|
||||
"ntopng.prefs.", "minute_top_talkers_retention", minute_top_talkers_retention, "number", nil, nil, nil, {min=1, max=365*10, --[[ TODO check min/max ]]})
|
||||
"ntopng.prefs.", "minute_top_talkers_retention", minute_top_talkers_retention, "number", nil, nil, nil, {min=1, max=365*10})
|
||||
|
||||
prefsInputFieldPrefs(subpage_active.entries["nindex_retention"].title, subpage_active.entries["nindex_retention"].description,
|
||||
"ntopng.prefs.", "nindex_retention_days", 365, "number", nil, nil, nil, {min=1, max=365*10})
|
||||
|
||||
print('</table>')
|
||||
|
||||
print('<table class="table">')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue