aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-08-14 15:13:04 +0100
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-08-14 15:13:04 +0100
commit01cfe5e307fc97827acb5ad5a8f31398ba55b2e0 (patch)
tree5e795e8ebfe361f79e2ca572260d4146be2874fa
parent77898723948a5b7c05c60e35f298ec37851bc220 (diff)
testreporter: modified index page to show information in clear way
Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
-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>