summaryrefslogtreecommitdiffstats
path: root/dashboard/src
diff options
context:
space:
mode:
authorParker Berberian <pberberian@iol.unh.edu>2019-03-18 13:25:56 -0400
committerParker Berberian <pberberian@iol.unh.edu>2019-03-18 13:25:56 -0400
commit136be2dc5a40ca269f799acf56e0925d9c550917 (patch)
tree9f3f4182b06072ab405e6cbb3a7c6d971d5e36f2 /dashboard/src
parentf2130761e1b0eb83965cb5f502aa0ef5ff6b7b1e (diff)
Remove Unneeded field
Removed field that referenced other labs because it is always None Change-Id: I6bfce388844a8c5a7d60d227f51f10e628fc626d Signed-off-by: Parker Berberian <pberberian@iol.unh.edu>
Diffstat (limited to 'dashboard/src')
-rw-r--r--dashboard/src/templates/dashboard/lab_detail.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/dashboard/src/templates/dashboard/lab_detail.html b/dashboard/src/templates/dashboard/lab_detail.html
index 4c06245..a30ac9e 100644
--- a/dashboard/src/templates/dashboard/lab_detail.html
+++ b/dashboard/src/templates/dashboard/lab_detail.html
@@ -62,7 +62,6 @@
<tr>
<td>{{profile.name}}</td>
<td>{{profile.description}}</td>
- <td>{{profile.labs}}</td>
</tr>
{% endfor %}
</table>