Allows per-category interface RRD creation

This commit is contained in:
Simone Mainardi 2017-09-19 18:06:10 +02:00
parent 3f8375fa0a
commit a3f24fcdfc
2 changed files with 14 additions and 3 deletions

View file

@ -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",