mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Fix initial point missing in dashboard
This commit is contained in:
parent
7a901dfd6d
commit
12d2ffaf20
1 changed files with 1 additions and 0 deletions
|
|
@ -62,6 +62,7 @@ function queryEpochData(schema, tags, selectedEpoch, zoomLevel, options)
|
|||
local d = getZoomDuration(zoomLevel)
|
||||
local end_time
|
||||
local start_time
|
||||
options = table.merge(options or {}, {initial_point=true})
|
||||
|
||||
if((selectedEpoch == nil) or (selectedEpoch == "")) then
|
||||
selectedEpoch = os.time()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue