aboutsummaryrefslogtreecommitdiff
path: root/templates/buildtestresults/builddetails.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/buildtestresults/builddetails.html')
-rw-r--r--templates/buildtestresults/builddetails.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/buildtestresults/builddetails.html b/templates/buildtestresults/builddetails.html
index dafde03..a029274 100644
--- a/templates/buildtestresults/builddetails.html
+++ b/templates/buildtestresults/builddetails.html
@@ -19,6 +19,7 @@
<table class="table table-striped">
<tr>
<th>test job</th>
+ <th>test job status</th>
<th>board</th>
<th>boot status</th>
<th>boot time</th>
@@ -29,6 +30,7 @@
{% for boot in build.boot_results.all %}
<tr {% if boot.boot_result == 'fail' %}class="danger"{% endif %}>
<td><a href="{{ boot.testjoburl }}">{{ boot.testjoburl }}</a></td>
+ <td>{{ boot.testjobstatus }}</td>
<td>{{ boot.board }}</td>
<td class="tm-color-replace-{{ boot.boot_result }}">{{ boot.boot_result }}</td>
<td>{{ boot.boot_time }}</td>
@@ -46,7 +48,7 @@
<div class="panel tm-color-replace-{% aggregate_test_status testgroup.grouper %}" data-toggle="collapse" data-target="#collapsible{{ forloop.counter }}" aria-expanded="false" aria-controls="a{{ forloop.counter }}">
<div class="panel-heading">
<h5 class="panel-title"><span class="glyphicon glyphicon glyphicon-chevron-down" aria-hidden="true" id="glyphicon-collapsible-{{ forloop.counter }}"></span>
- {{ testgroup.grouper }} <span class="pull-right">{% aggregate_test_results testgroup.grouper %}</span></h5>
+ {{ testgroup.grouper }} ({% aggregate_test_job_status testgroup.grouper %})<span class="pull-right">{% aggregate_test_results testgroup.grouper %}</span></h5>
</div>
<div class="panel-body collapse" id="collapsible{{ forloop.counter }}">
<div class="table-responsive">