aboutsummaryrefslogtreecommitdiff
path: root/static/testreporter/templates
diff options
context:
space:
mode:
Diffstat (limited to 'static/testreporter/templates')
-rw-r--r--static/testreporter/templates/index.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/static/testreporter/templates/index.html b/static/testreporter/templates/index.html
index cf7dbab..6882612 100644
--- a/static/testreporter/templates/index.html
+++ b/static/testreporter/templates/index.html
@@ -18,18 +18,21 @@
<tr>
<th>#</th>
<th>Name</th>
- <th></th>
- <th></th>
+ <th># of builds in the report</th>
+ <th>Edit</th>
+ <th>Delete</th>
</tr>
</thead>
<tbody>
<tr ng-repeat="tag in tags">
<td><a ng-href="#//tag.id//">//tag.id//</a></td>
<td class="text-left">
- <span title="builds attached" class="badge">//tag.builds.length//</span>
<a ng-href="public/#//tag.id//">//tag.name//</a>
</td>
<td>
+ //tag.builds.length//
+ </td>
+ <td>
<a ng-href="#//tag.id//">
<span class="glyphicon glyphicon-edit"></span>
</a>