mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
parent
0357bd8e80
commit
1ec35cadbf
5 changed files with 35 additions and 1 deletions
|
|
@ -570,6 +570,10 @@ function printSeries(options, tags, start_time, end_time, base_url, params)
|
|||
|
||||
-- exists by default, otherwise specify a serie.check below
|
||||
exists = true
|
||||
|
||||
if(serie.custom_schema == nil) then
|
||||
serie.custom_schema = getCustomSchemaOptions(k)
|
||||
end
|
||||
end
|
||||
|
||||
local to_check = serie.check or (serie.custom_schema and serie.custom_schema.bases)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue