From df67fa3333c77976ae823641413ecd28c33f5018 Mon Sep 17 00:00:00 2001
From: Arvind Tiwari
- {% trans "Period" %} - {{}} + {% trans "Period" %}: + {{ vm.created_at|date:'Y/m/d' }} - {% if vm.terminated_at %}{{ vm.terminated_at|date:'Y/m/d' }}{% else %}{% now 'Y/m/d' %}{% endif %}
- {% endcomment %}- {% trans "Cores" %} + {% trans "Cores" %}: {% if vm.cores %} {{vm.cores|floatformat}} {% else %} @@ -113,11 +111,11 @@ {% endif %}
- {% trans "Memory" %} + {% trans "Memory" %}: {{vm.memory}} GB
- {% trans "Disk space" %} + {% trans "Disk space" %}: {{vm.disk_size}} GB