mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Implements per-MAC nDPI categories (backend + frontend)
This commit is contained in:
parent
e6da58e567
commit
5ebfb6f01c
9 changed files with 40 additions and 20 deletions
|
|
@ -811,6 +811,11 @@ function printStatsTimeseries()
|
|||
to_switch = {"row_l2_devices_ndpi_timeseries_creation"},
|
||||
})
|
||||
|
||||
local l7_rrd_labels = {i18n("prefs.none"),
|
||||
i18n("prefs.per_category")}
|
||||
local l7_rrd_values = {"none",
|
||||
"per_category"}
|
||||
|
||||
local showElement = ntop.getPref("ntopng.prefs.l2_device_rrd_creation") == "1"
|
||||
|
||||
retVal = multipleTableButtonPrefs(subpage_active.entries["toggle_ndpi_timeseries_creation"].title,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue