mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Implements get_member_details to get interface pool member details
This commit is contained in:
parent
f057c185e4
commit
69c7cd7acd
3 changed files with 12 additions and 1 deletions
|
|
@ -311,6 +311,7 @@ function base_pools:get_pool(pool_id)
|
|||
pool_details = json.decode(pool_details_str)
|
||||
|
||||
if pool_details then
|
||||
-- Add the integer pool id
|
||||
pool_details["pool_id"] = tonumber(pool_id)
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue