| Index: appengine/findit/templates/list_analyses.html
|
| diff --git a/appengine/findit/templates/list_analyses.html b/appengine/findit/templates/list_analyses.html
|
| index 371610242bb6661eb2eb9b7544564e227ab99149..169d2a4b8865d64fbf61056cd232f9a1bb697935 100644
|
| --- a/appengine/findit/templates/list_analyses.html
|
| +++ b/appengine/findit/templates/list_analyses.html
|
| @@ -47,6 +47,7 @@
|
| <th></th>
|
| <th>Build Start Time</th>
|
| <th>Build</th>
|
| + <th>Failure Type</th>
|
| <th>Status</th>
|
| <th>Suspected CLs</th>
|
| <th>
|
| @@ -74,6 +75,7 @@
|
| {{analysis.build_number}}
|
| </a>
|
| </td>
|
| + <td>{{analysis.failure_type}}</td>
|
| <td>{{analysis.status_description}}</td>
|
| <td>
|
| {% if analysis.suspected_cls %}
|
|
|