Support dualstack ipv6 in the controller layer #10
@ -87,8 +87,8 @@ def index():
|
|||||||
ip_display_class[af] = "yellow"
|
ip_display_class[af] = "yellow"
|
||||||
|
|
||||||
mappedVms.append(dict(
|
mappedVms.append(dict(
|
||||||
id=vm['id'],
|
id=vm['id'],
|
||||||
size=vm['size'],
|
size=vm['size'],
|
||||||
state=vm['state'],
|
state=vm['state'],
|
||||||
ipv4=ip_display['ipv4'],
|
ipv4=ip_display['ipv4'],
|
||||||
ipv4_status=ip_display_class['ipv4'],
|
ipv4_status=ip_display_class['ipv4'],
|
||||||
|
Loading…
Reference in New Issue
Block a user