mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
improved table.all
This commit is contained in:
parent
0fb6f9472f
commit
489ef050b2
2 changed files with 9 additions and 3 deletions
|
|
@ -47,7 +47,7 @@ for endpoint_key, endpoint in pairs(endpoints_types) do
|
|||
}
|
||||
end
|
||||
|
||||
local can_create_recipient = not table_all(endpoints,
|
||||
local can_create_recipient = not table.all(endpoints,
|
||||
function(endpoint)
|
||||
return (endpoint.builtin ~= nil)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue