diff --git a/datacenterlight/templates/datacenterlight/index.html b/datacenterlight/templates/datacenterlight/index.html index f052ff52..0a80868b 100755 --- a/datacenterlight/templates/datacenterlight/index.html +++ b/datacenterlight/templates/datacenterlight/index.html @@ -227,7 +227,7 @@

{% trans "VM hosting" %}

- 15CHF + 15CHF/month
diff --git a/hosting/templates/hosting/create_virtual_machine.html b/hosting/templates/hosting/create_virtual_machine.html index ac6ae1d1..ac72046c 100644 --- a/hosting/templates/hosting/create_virtual_machine.html +++ b/hosting/templates/hosting/create_virtual_machine.html @@ -36,7 +36,7 @@ CORE: {{config.cpu|floatformat}}, RAM: {{config.memory|floatformat}} GiB, SSD: {{config.disk_size|floatformat}} GiB, - PRICE: {{config.price|floatformat}} CHF + PRICE: {{config.price|floatformat}} CHF/Month {% endfor %} diff --git a/hosting/templates/hosting/virtual_machine_detail.html b/hosting/templates/hosting/virtual_machine_detail.html index 188afd8e..04b964a0 100644 --- a/hosting/templates/hosting/virtual_machine_detail.html +++ b/hosting/templates/hosting/virtual_machine_detail.html @@ -104,7 +104,7 @@

{% trans "Current pricing"%}

- {{virtual_machine.price|floatformat}} CHF/mo + {{virtual_machine.price|floatformat}} CHF/month
diff --git a/hosting/templates/hosting/virtual_machines.html b/hosting/templates/hosting/virtual_machines.html index 650f68ac..b43e1b86 100644 --- a/hosting/templates/hosting/virtual_machines.html +++ b/hosting/templates/hosting/virtual_machines.html @@ -26,7 +26,8 @@ {% trans "ID"%} - {% trans "Amount"%} + {% trans "Ipv4"%} + {% trans "Ipv6"%} {% trans "Status"%} @@ -35,7 +36,12 @@ {% for vm in vms %} {{vm.vm_id}} - {{vm.price}} CHF + {% if virtual_machine.ipv6 + {{virtual_machine.ipv4}} + + {{virtual_machine.ipv6}} + {% endif %} + {% if vm.state == 'ACTIVE' %}