Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1222)

Unified Diff: appengine/findit/templates/flake/result.html

Issue 2243673002: [Findit] Added algorithm to analysis (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: addressed comments, implemented algorithm to get it to one CL, made some UI changes. Unfortunately… Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698