Implements OS distribution

Implements #2874
This commit is contained in:
Matteo Biscosi 2021-02-21 17:17:59 +01:00
parent 41ff6bcb3b
commit f75331d2b5
10 changed files with 146 additions and 8 deletions

View file

@ -1205,6 +1205,12 @@ function printStatsTimeseries()
pref = "country_rrd_creation",
})
prefsToggleButton(subpage_active, {
field = "toggle_os_rrds",
default = "0",
pref = "os_rrd_creation",
})
if ntop.isPro() then
prefsToggleButton(subpage_active, {
field = "toggle_ndpi_flows_rrds",