aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates
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
commitc98bdfcf08b66a01db8d80247aac79dd0085498d (patch)
tree271c0df0ea9268f7c76ad0840904dc289ebb76c9 /src/templates
parent9363751f1c13c3f53eea2902da81177e1cb22808 (diff)
parent6637e4f9f2856f346ba1a37254fed1f062e6ec35 (diff)
Merge "Remove Unneeded field"
Diffstat (limited to 'src/templates')
-rw-r--r--src/templates/dashboard/lab_detail.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/templates/dashboard/lab_detail.html b/src/templates/dashboard/lab_detail.html
index 4c06245..a30ac9e 100644
--- a/src/templates/dashboard/lab_detail.html
+++ b/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>