Chromium Code Reviews| Index: appengine/findit/templates/flake/result.html |
| diff --git a/appengine/findit/templates/flake/result.html b/appengine/findit/templates/flake/result.html |
| index 7713dffaaa23376d3b2fa17115c254c4620099b1..70de31c137e9d322d4c57e0ade3775be04352d52 100644 |
| --- a/appengine/findit/templates/flake/result.html |
| +++ b/appengine/findit/templates/flake/result.html |
| @@ -48,7 +48,12 @@ |
| <td> |
| <div id="placeholder"></div> |
| </td> |
| - <td></td> |
| + <td>Status of Analysis: {{analysis_status}} |
|
stgao
2016/08/17 19:16:45
How about putting these at the top of the page abo
caiw
2016/08/17 21:30:31
Done.
|
| + {% if suspected_flake_build_number %} |
| +<br> |
| + Suspected Build Number of Culprit: {{suspected_flake_build_number}} |
| +{% endif %} |
| +</td> |
| </tr> |
| <tr> |
| <td></td> |