{% trans "Cores"%} {{vm.cores}}
-
{% trans "Memory"%} {{vm.memory}} GiB
+{% trans "Memory"%} {{vm.memory}} GB
-
{% trans "Disk space"%} {{vm.disk_size}} GiB
+{% trans "Disk space"%} {{vm.disk_size}} GB
{% trans "Total"%}
{{vm.price}} CHF
From 09601aefd9c971fc622bac879a99f57d08fe6936 Mon Sep 17 00:00:00 2001
From: "M.Ravi" {% trans "Cores"%} {{vm.cores}} {% trans "Memory"%} {{vm.memory}} GiB {% trans "Memory"%} {{vm.memory}} GB {% trans "Disk space"%} {{vm.disk_size}} GiB {% trans "Disk space"%} {{vm.disk_size}} GB {{vm.price}} CHF
diff --git a/hosting/templates/hosting/includes/_pricing.html b/hosting/templates/hosting/includes/_pricing.html
index c5cb2bf1..8abbf26f 100644
--- a/hosting/templates/hosting/includes/_pricing.html
+++ b/hosting/templates/hosting/includes/_pricing.html
@@ -42,14 +42,14 @@
{{ vm.name }}
{{ vm.cores }}
- {{ vm.memory|floatformat }} GiB
- {{ vm.disk_size|floatformat }} GiB
+ {{ vm.memory|floatformat }} GB
+ {{ vm.disk_size|floatformat }} GB
{{ vm.price|floatformat }} CHF
-
-
{% trans "Total"%}
{%trans "Memory"%} {{request.session.specs.memory|floatformat}} GiB
+ class="pull-right">{{request.session.specs.memory|floatformat}} GB{%trans "Disk space"%} {{request.session.specs.disk_size|floatformat}} GiB
+ class="pull-right">{{request.session.specs.disk_size|floatformat}} GB{{request.session.specs.price }} CHF
diff --git a/hosting/templates/hosting/virtual_machine_detail.html b/hosting/templates/hosting/virtual_machine_detail.html index 11f0e4ba..441d6260 100644 --- a/hosting/templates/hosting/virtual_machine_detail.html +++ b/hosting/templates/hosting/virtual_machine_detail.html @@ -80,14 +80,14 @@