From b09477c8744b940c91a12724c9c8d1d614cdb899 Mon Sep 17 00:00:00 2001 From: Arvind Tiwari Date: Wed, 16 Aug 2017 20:41:55 +0530 Subject: [PATCH] text changed Ipv -> IPv --- hosting/templates/hosting/virtual_machines.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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' %}