mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Implement profiles graph
This commit is contained in:
parent
a004f2bf20
commit
1953552457
1 changed files with 2 additions and 2 deletions
|
|
@ -1074,8 +1074,8 @@ function singlerrd2json(ifid, host, rrdFile, start_time, end_time, rickshaw_json
|
|||
|
||||
if transform_columns_function ~= nil then
|
||||
--~ tprint(rrdname)
|
||||
fstart, fstep, fnames, fdata = transform_columns_function(fstart, fstep, fnames, fdata)
|
||||
prefixLabel = ""
|
||||
fstart, fstep, fnames, fdata, prefixLabel = transform_columns_function(fstart, fstep, fnames, fdata)
|
||||
prefixLabel = prefixLabel or ""
|
||||
end
|
||||
|
||||
--[[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue