mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
CIDR formatting applied to the Host Pool members table (#9851)
This commit is contained in:
parent
974cd3e225
commit
1c690973ac
2 changed files with 2 additions and 1 deletions
|
|
@ -485,6 +485,7 @@ function pools_rest_utils.get_pool_members(pools)
|
|||
|
||||
for member, details in pairs(cur_pool["member_details"]) do
|
||||
details["member"] = member
|
||||
details["member_cidr"] = member:match("([^@]+)")
|
||||
res[#res + 1] = details
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue