summaryrefslogtreecommitdiffstats
path: root/dashboard/src/templates/dashboard/lab_detail.html
diff options
context:
space:
mode:
authorSawyer Bergeron <sbergeron@iol.unh.edu>2019-03-19 16:22:31 -0400
committerSawyer Bergeron <sbergeron@iol.unh.edu>2019-03-28 15:48:21 -0400
commit1866ee7972dbf4a2988c37cd276d124ee21c16e9 (patch)
tree039ecbae22ec03a2480059bd0093fbf7a04f5e20 /dashboard/src/templates/dashboard/lab_detail.html
parentde9c15c2237c57a5e23cdecae548a7a762004a4c (diff)
Add host detail view
Change-Id: Ie385fe3f2fbe3b178f00928914d47a34b181d05e Signed-off-by: Sawyer Bergeron <sbergeron@iol.unh.edu>
Diffstat (limited to 'dashboard/src/templates/dashboard/lab_detail.html')
-rw-r--r--dashboard/src/templates/dashboard/lab_detail.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/dashboard/src/templates/dashboard/lab_detail.html b/dashboard/src/templates/dashboard/lab_detail.html
index a30ac9e..7d018ca 100644
--- a/dashboard/src/templates/dashboard/lab_detail.html
+++ b/dashboard/src/templates/dashboard/lab_detail.html
@@ -62,6 +62,8 @@
<tr>
<td>{{profile.name}}</td>
<td>{{profile.description}}</td>
+ <td>{{profile.labs}}</td>
+ <td><a href="/resource/profiles/{{ profile.id }}" class="btn btn-primary">Profile</a></td>
</tr>
{% endfor %}
</table>