diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/releng/result_section.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/releng/result_section.html b/templates/releng/result_section.html index 52f03339..08e46fb7 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> |