From 4e1a3c96745de08bef30beea1864933ec5dc318d Mon Sep 17 00:00:00 2001 From: savichev Date: Sun, 7 Jun 2015 15:58:52 +0500 Subject: [PATCH] Fix Compute Overview Correction of the display of information on architecture and memory --- computes/templates/overview.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/computes/templates/overview.html b/computes/templates/overview.html index b927718..bf302e5 100644 --- a/computes/templates/overview.html +++ b/computes/templates/overview.html @@ -44,8 +44,8 @@

{{ hostname }}

{{ hypervisor }}

-

{{ host_arch }}

{{ host_memory|filesizeformat }}

+

{{ host_arch }}

{{ logical_cpu }}

{{ model_cpu }}

{{ uri_conn }}

@@ -147,4 +147,4 @@ }); }, 5000); -{% endblock %} \ No newline at end of file +{% endblock %}