summaryrefslogtreecommitdiffstats
path: root/dashboard/src
diff options
context:
space:
mode:
authorParker Berberian <pberberian@iol.unh.edu>2019-03-20 16:19:26 +0000
committerGerrit Code Review <gerrit@opnfv.org>2019-03-20 16:19:26 +0000
commitef9d82ea2e0aa9d45fe285b6ec5ae309a43b8fe4 (patch)
tree2f2d1ea7b388d07f4149c3e210b55268daeff424 /dashboard/src
parenta85015aaff008213fe5c766bd90b35e641e5b2d4 (diff)
parent136be2dc5a40ca269f799acf56e0925d9c550917 (diff)
Merge "Remove Unneeded field"
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>