diff options
author | Parker Berberian <pberberian@iol.unh.edu> | 2019-03-20 16:19:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-03-20 16:19:26 +0000 |
commit | ef9d82ea2e0aa9d45fe285b6ec5ae309a43b8fe4 (patch) | |
tree | 2f2d1ea7b388d07f4149c3e210b55268daeff424 /dashboard | |
parent | a85015aaff008213fe5c766bd90b35e641e5b2d4 (diff) | |
parent | 136be2dc5a40ca269f799acf56e0925d9c550917 (diff) |
Merge "Remove Unneeded field"
Diffstat (limited to 'dashboard')
-rw-r--r-- | dashboard/src/templates/dashboard/lab_detail.html | 1 |
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> |