mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
Removed wrong assignement
This commit is contained in:
parent
6c9b183819
commit
7d264efe7b
1 changed files with 0 additions and 1 deletions
|
|
@ -782,7 +782,6 @@ function driver:query(schema, tstart, tend, tags, options)
|
|||
local s = ts_common.calculateStatistics(v.data, time_step, tend - tstart, data_type)
|
||||
-- Adding per timeseries min-max stats
|
||||
stats.by_serie[k] = table.merge(s, ts_common.calculateMinMax(v.data))
|
||||
stats.by_serie[k] = s
|
||||
|
||||
-- Remove the total for now as it requires a complex computation (see below)
|
||||
s.total = nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue