Removed bad line in Lab detail page 60/67460/1
authorParker Berberian <pberberian@iol.unh.edu>
Mon, 1 Apr 2019 17:00:41 +0000 (13:00 -0400)
committerParker Berberian <pberberian@iol.unh.edu>
Mon, 1 Apr 2019 17:00:41 +0000 (13:00 -0400)
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>
dashboard/src/templates/dashboard/lab_detail.html

index 7d018ca..7938e86 100644 (file)
@@ -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 %}