mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Allows per-category interface RRD creation
This commit is contained in:
parent
3f8375fa0a
commit
a3f24fcdfc
2 changed files with 14 additions and 3 deletions
|
|
@ -726,8 +726,8 @@ function printStatsTimeseries()
|
|||
-- TODO: make also per-category interface RRDs
|
||||
local l7_rrd_labels = {i18n("prefs.none"),
|
||||
i18n("prefs.per_protocol"),
|
||||
-- i18n("prefs.per_category"),
|
||||
-- i18n("prefs.both")
|
||||
i18n("prefs.per_category"),
|
||||
i18n("prefs.both")
|
||||
}
|
||||
local l7_rrd_values = {"none",
|
||||
"per_protocol",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue