summaryrefslogtreecommitdiffstats
path: root/pharos-dashboard/templates/dashboard/server_table.html
diff options
context:
space:
mode:
authormaxbr <maxbr@mi.fu-berlin.de>2016-09-19 10:10:54 +0200
committermaxbr <maxbr@mi.fu-berlin.de>2016-09-19 10:10:54 +0200
commit176188d16eab0a8c56537c2c6d119a6807f47999 (patch)
tree022c19dc8de6c605702687c956e287fbd15f68e1 /pharos-dashboard/templates/dashboard/server_table.html
parented84f733591f2b6cede955ce1ff91f647581f0ff (diff)
Fix table HTML
JIRA: RELENG-12 Change-Id: I780c1fc0daab9ee2f2599c51f31eb416a2c7dbbf Signed-off-by: maxbr <maxbr@mi.fu-berlin.de>
Diffstat (limited to 'pharos-dashboard/templates/dashboard/server_table.html')
-rw-r--r--pharos-dashboard/templates/dashboard/server_table.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/pharos-dashboard/templates/dashboard/server_table.html b/pharos-dashboard/templates/dashboard/server_table.html
index fee7e8b..f01bd60 100644
--- a/pharos-dashboard/templates/dashboard/server_table.html
+++ b/pharos-dashboard/templates/dashboard/server_table.html
@@ -10,21 +10,21 @@
<tbody>
{% for server in resource.server_set.all %}
<tr>
- <th>
+ <td>
{{ server.name }}
- </th>
- <th>
+ </td>
+ <td>
{{ server.model }}
- </th>
- <th>
+ </td>
+ <td>
{{ server.cpu }}
- </th>
- <th>
+ </td>
+ <td>
{{ server.ram }}
- </th>
- <th>
+ </td>
+ <td>
{{ server.storage }}
- </th>
+ </td>
</tr>
{% endfor %}
</tbody> \ No newline at end of file