mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Community charts fixes
This commit is contained in:
parent
dee19c218f
commit
2f2d30892a
1 changed files with 3 additions and 4 deletions
|
|
@ -343,7 +343,7 @@ function printSeries(options, tags, start_time, base_url, params)
|
|||
-- TODO remove after proper migration of flows to the new schema
|
||||
if params.host then
|
||||
tags = table.clone(tags)
|
||||
tags.host = params.fixme_host
|
||||
tags.host = params.host
|
||||
end
|
||||
|
||||
for _, serie in ipairs(series) do
|
||||
|
|
@ -588,10 +588,8 @@ print[[
|
|||
end
|
||||
end
|
||||
|
||||
|
||||
|
||||
local data = ts_utils.query(schema, tags, start_time, end_time)
|
||||
|
||||
|
||||
if(data) then
|
||||
print [[
|
||||
|
||||
|
|
@ -645,6 +643,7 @@ local page_params = {
|
|||
ts_schema = schema,
|
||||
zoom = zoomLevel or '',
|
||||
epoch = selectedEpoch or '',
|
||||
host = options.fixme_host,
|
||||
}
|
||||
|
||||
if(options.timeseries) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue