diff --git a/hosting/templates/hosting/virtual_machines.html b/hosting/templates/hosting/virtual_machines.html index c4c09108..fb9e400d 100644 --- a/hosting/templates/hosting/virtual_machines.html +++ b/hosting/templates/hosting/virtual_machines.html @@ -22,8 +22,8 @@ ID - Ipv4 - Ipv6 + IPv4 + IPv6 {% trans "Status" %} @@ -33,8 +33,8 @@ {{vm.vm_id}} {% if vm.ipv6 %} - {{vm.ipv4}} - {{vm.ipv6}} + {{vm.ipv4}} + {{vm.ipv6}} {% endif %} {% if vm.state == 'ACTIVE' %}