mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Fixes timeseries charts timezone and removed no more used files
This commit is contained in:
parent
4bd964b24e
commit
b10358277a
10 changed files with 1130 additions and 1258 deletions
|
|
@ -122,7 +122,9 @@ local function performQuery(tstart, tend, keep_total, additional_options)
|
|||
if starts(ts_schema, "top:") then
|
||||
local ts_schema = split(ts_schema, "top:")[2]
|
||||
|
||||
res = ts_utils.queryTopk(ts_schema, tags, tstart, tend, options)
|
||||
res = {}
|
||||
-- No more supported
|
||||
-- ts_utils.queryTopk(ts_schema, tags, tstart, tend, options)
|
||||
else
|
||||
res = ts_utils.query(ts_schema, tags, tstart, tend, options)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue