From 40049540ee621e4a10d922866c5d45eef20d6f0c Mon Sep 17 00:00:00 2001 From: "Ing. Jan KRCMAR" Date: Wed, 11 Apr 2018 13:35:01 +0200 Subject: [PATCH] instances.html displays memory MB only in header. table sorts now int value, instead of string --- instances/templates/instances.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/instances/templates/instances.html b/instances/templates/instances.html index 8cee448..43e70c5 100644 --- a/instances/templates/instances.html +++ b/instances/templates/instances.html @@ -43,7 +43,7 @@ Host
User Status VCPU - Memory + Memory
({% trans "MB" %}) Actions @@ -64,7 +64,7 @@ {% endifequal %} {{ info.vcpu }} - {{ info.memory }} {% trans "MB" %} + {{ info.memory }}
{% csrf_token %}