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

Unified Diff: appengine/findit/templates/list_analyses.html

Issue 1912483004: [Findit] Add failure type to dashboard. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: . Created 4 years, 8 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
« no previous file with comments | « appengine/findit/model/wf_analysis.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 %}
« no previous file with comments | « appengine/findit/model/wf_analysis.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698