diff options
author | Parker Berberian <pberberian@iol.unh.edu> | 2019-04-01 13:00:41 -0400 |
---|---|---|
committer | Parker Berberian <pberberian@iol.unh.edu> | 2019-04-01 13:00:41 -0400 |
commit | 9c8ccc26cfbaae98e9ada79a9e26c64a576e71d4 (patch) | |
tree | 3a605b7a3e1d65670e5db58edd01e45cc2ddea2a /dashboard/src | |
parent | 84c064d367f5e5ceafb10b1eb00d03b9ccd6cafe (diff) |
Removed bad line in Lab detail page
profile.labs templates to "account.Lab.None" which is
ugly and makes no sense.
Change-Id: I835718e72dad57cecf2c83229922046df9f1a312
Signed-off-by: Parker Berberian <pberberian@iol.unh.edu>
Diffstat (limited to 'dashboard/src')
-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 7d018ca..7938e86 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> <td><a href="/resource/profiles/{{ profile.id }}" class="btn btn-primary">Profile</a></td> </tr> {% endfor %} |