mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Cleanup exported configuration on the client side to avoid failures on upload due to huge jsons
This commit is contained in:
parent
fb5f442ecd
commit
35da35fc03
3 changed files with 15 additions and 3 deletions
|
|
@ -34,7 +34,8 @@ end
|
|||
local items = {}
|
||||
|
||||
local all_ie = all_import_export:create()
|
||||
items[#items+1] = { name = "all",
|
||||
items[#items+1] = {
|
||||
name = "all",
|
||||
conf = modules["all"],
|
||||
instance = all_ie
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue