mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Split configsets in multiple sections, based on the subdir
This commit is contained in:
parent
61ddcd9730
commit
17f86d162b
5 changed files with 76 additions and 109 deletions
|
|
@ -29,7 +29,7 @@ if(script_key == nil) then
|
|||
return
|
||||
end
|
||||
|
||||
local config_set = user_scripts.getConfigsets()[confset_id]
|
||||
local config_set = user_scripts.getConfigsets(subdir)[confset_id]
|
||||
|
||||
if(config_set == nil) then
|
||||
traceError(TRACE_ERROR, TRACE_CONSOLE, "Unknown configset ID: " .. confset_id)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue