From f300c1156f49a416f990d7b718340d71ffa4cc5f Mon Sep 17 00:00:00 2001 From: catborise Date: Thu, 2 Aug 2018 10:22:36 +0300 Subject: [PATCH] some text converted to trans, progres bar enhanced and band views of tables changed --- instances/templates/instances_grouped.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/instances/templates/instances_grouped.html b/instances/templates/instances_grouped.html index 6aeec17..7358c28 100644 --- a/instances/templates/instances_grouped.html +++ b/instances/templates/instances_grouped.html @@ -3,18 +3,18 @@ # - Name
Description - User - Status - VCPU - Memory - Actions & Mem Usage + {% trans "Name" %}
{% trans "Description" %} + {% trans "User"%} + {% trans "Status" %} + {% trans "VCPU" %} + {% trans "Memory" %} + {% trans "Actions & Mem Usage" %} {% for host, inst in all_host_vms.items %} - - {{ forloop.counter }} + + {{ host.1 }} @@ -25,7 +25,7 @@ {{ host.3 }} {{ host.4|filesizeformat }} -
{{ host.5 }}%