Fix Compute Overview

Correction of the display of information on architecture and memory
This commit is contained in:
savichev
2015-06-07 15:58:52 +05:00
parent 9d6cc70614
commit 4e1a3c9674

View File

@@ -44,8 +44,8 @@
<div class="col-xs-8 col-sm-7">
<p>{{ hostname }}</p>
<p>{{ hypervisor }}</p>
<p>{{ host_arch }}</p>
<p>{{ host_memory|filesizeformat }}</p>
<p>{{ host_arch }}</p>
<p>{{ logical_cpu }}</p>
<p>{{ model_cpu }}</p>
<p>{{ uri_conn }}</p>
@@ -147,4 +147,4 @@
});
}, 5000);
</script>
{% endblock %}
{% endblock %}