mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fixes for the 'all' hook
This commit is contained in:
parent
76c4736b73
commit
eafa80da09
5 changed files with 21 additions and 6 deletions
|
|
@ -79,7 +79,7 @@ for hook, config in pairs(hooks_config) do
|
|||
end
|
||||
|
||||
result.hooks[hook] = table.merge(config, {
|
||||
label = label,
|
||||
label = label or "",
|
||||
})
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue