CIDR formatting applied to the Host Pool members table (#9851)

This commit is contained in:
Manuel Ceroni 2025-11-25 17:06:02 +01:00 committed by GitHub
parent 974cd3e225
commit 1c690973ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -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