From 2941840f0dab5e0249b619f62166db2bf0110d48 Mon Sep 17 00:00:00 2001 From: cserma Date: Thu, 11 May 2023 17:32:42 +0300 Subject: [PATCH] 'create new instance' screen improvements --- instances/templates/create_inst_block.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/instances/templates/create_inst_block.html b/instances/templates/create_inst_block.html index 6ef1915..0077001 100644 --- a/instances/templates/create_inst_block.html +++ b/instances/templates/create_inst_block.html @@ -15,7 +15,7 @@
{% csrf_token %}
- +
@@ -23,12 +23,13 @@ + {% for compute in computes %} {% if compute.status is True %} - + + {% endif %} {% endfor %}
{% trans "Name" %}{% trans "Cpu Usage" %} {% trans "Memory" %} {% trans "Mem Usage" %}{% trans "Action" %}
{{ compute.name }} {{ compute.cpu_count }} @@ -46,6 +47,11 @@ + +