mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
parent
8db49f7268
commit
e978a83151
18 changed files with 137 additions and 110 deletions
|
|
@ -267,10 +267,13 @@ end
|
|||
-- ########################################################
|
||||
|
||||
local function getEntryStep(schema_name)
|
||||
if(starts(schema_name, "custom:") and (getCustomSchemaStep ~= nil)) then
|
||||
return(getCustomSchemaStep(schema_name))
|
||||
end
|
||||
|
||||
if(starts(schema_name, "top:")) then
|
||||
schema_name = split(schema_name, "top:")[2]
|
||||
end
|
||||
-- TODO handle custom schemas?
|
||||
|
||||
local schema_obj = ts_utils.getSchema(schema_name)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue