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