summaryrefslogtreecommitdiffstats
path: root/tools/pharos-dashboard/templates/dashboard/resource_detail.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
commit3f96bdbe6542c2600def600514d577aea351ff3d (patch)
tree4b03eff09a7ce83fcb04371c70f0d8579eaf3171 /tools/pharos-dashboard/templates/dashboard/resource_detail.html
parent1f3498a73ca2ca15b811205e8a902780a25fb728 (diff)
Fix table HTML
JIRA: RELENG-12 Change-Id: I780c1fc0daab9ee2f2599c51f31eb416a2c7dbbf Signed-off-by: maxbr <maxbr@mi.fu-berlin.de>
Diffstat (limited to 'tools/pharos-dashboard/templates/dashboard/resource_detail.html')
-rw-r--r--tools/pharos-dashboard/templates/dashboard/resource_detail.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/pharos-dashboard/templates/dashboard/resource_detail.html b/tools/pharos-dashboard/templates/dashboard/resource_detail.html
index 6067e1ea..657d5656 100644
--- a/tools/pharos-dashboard/templates/dashboard/resource_detail.html
+++ b/tools/pharos-dashboard/templates/dashboard/resource_detail.html
@@ -164,15 +164,15 @@
<tbody>
{% for user in resource.vpn_users.all %}
<tr>
- <th>
+ <td>
{{ user.username }}
- </th>
- <th>
+ </td>
+ <td>
{{ user.email }}
- </th>
- <th>
+ </td>
+ <td>
{{ user.userprofile.company }}
- </th>
+ </td>
</tr>
{% endfor %}
</table>