mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
Fixes past timeseries not correctly formatted
This commit is contained in:
parent
759530df95
commit
b2b61e9452
4 changed files with 4 additions and 5 deletions
|
|
@ -66,8 +66,7 @@ local function compareBackward(compare_backward, curr_res, options)
|
|||
|
||||
if (res) and (res.metadata) and (res.metadata.epoch_step) then
|
||||
curr_res.additional_series = {}
|
||||
curr_res.additional_series[compare_backward .. "_" ..
|
||||
i18n("details.ago")] = res
|
||||
curr_res.additional_series[compare_backward .. "_ago"] = res
|
||||
end
|
||||
|
||||
return curr_res
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue