mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Add dscp info to raw flows
This commit is contained in:
parent
ceba04f92c
commit
da74202e94
4 changed files with 27 additions and 7 deletions
|
|
@ -440,7 +440,7 @@ function graph_common.printSeries(options, tags, start_time, end_time, base_url,
|
|||
end
|
||||
|
||||
for _, class in pairsByKeys(by_class, asc) do
|
||||
local label = dscp_consts.ds_precedence_descr(class)
|
||||
local label = dscp_consts.ds_class_descr(class)
|
||||
graph_common.populateGraphMenuEntry(label, base_url, table.merge(params, {ts_schema=schema, dscp_class=class}))
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue