summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/releng/result_section.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/releng/result_section.html b/templates/releng/result_section.html
index 52f0333..08e46fb 100644
--- a/templates/releng/result_section.html
+++ b/templates/releng/result_section.html
@@ -1,5 +1,7 @@
<tr>
- <td><h3>{% if option.is_rollback %}Rollback: {% endif %}{{ option.name|title }}</h3></td>
+ <th>{% if option.is_rollback %}Rollback: {% endif %}{{ option.name|title }}</td>
+ <th>Last Success</th>
+ <th>Last Failure</th>
</tr>
{% for item in option.values %}
<tr>