mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Set a dummy list name __gui__ for categories configured via GUI
This commit is contained in:
parent
a954ce8210
commit
db99adaebe
1 changed files with 1 additions and 1 deletions
|
|
@ -701,7 +701,7 @@ local function reloadListsNow()
|
|||
if ntop.isShutdown() then
|
||||
break
|
||||
end
|
||||
loadListItem(host, category_id, user_custom_categories, {} --[[ No list --]], 0 --[[ No line number --]])
|
||||
loadListItem(host, category_id, user_custom_categories, { name = "__gui__" } --[[ No list --]], 0 --[[ No line number --]])
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue