summaryrefslogtreecommitdiffstats
path: root/pharos-dashboard/templates/dashboard/server_table.html
diff options
context:
space:
mode:
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