templates for aggregating added
diff --git a/web_app/templates/lab_main.html b/web_app/templates/lab_main.html
index 57c7a13..a4800d7 100644
--- a/web_app/templates/lab_main.html
+++ b/web_app/templates/lab_main.html
@@ -16,5 +16,21 @@
<td>Ceph version</td>
<td> 1.0</td>
</tr>
+ <tr>
+ <td>Nodes count</td>
+ <td>{{ lab_meta.nodes_count }}</td>
+ </tr>
+ <tr>
+ <td>Processors count</td>
+ <td>{{ lab_meta.processor_count }}</td>
+ </tr>
+ <tr>
+ <td>Total memory</td>
+ <td>{{ lab_meta.total_memory }}</td>
+ </tr>
+ <tr>
+ <td>Total disk</td>
+ <td>{{ lab_meta.total_disk }}</td>
+ </tr>
</table>
</div>
\ No newline at end of file
diff --git a/web_app/templates/test.html b/web_app/templates/test.html
index c54f9dc..2426cdb 100644
--- a/web_app/templates/test.html
+++ b/web_app/templates/test.html
@@ -13,7 +13,7 @@
<br>
<div class="table-responsive">
<div id="images">
- <table cellspacing="20">
+ <table align="center" cellspacing="20">
{% for url in urls %}
{% if loop.index is divisibleby 2 %}
<tr>