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

Unified Diff: appengine/findit/templates/waterfall/compile_failure.html

Issue 2361583002: [Findit] UI change and triage change for cl level trige. (Closed)
Patch Set: rebase Created 4 years, 3 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/waterfall/compile_failure.html
diff --git a/appengine/findit/templates/waterfall/compile_failure.html b/appengine/findit/templates/waterfall/compile_failure.html
index 8a2f2b96371cee680963036c21bbfccde5179299..8588a4221806c29f6d0c7ede422d4d3e584582b8 100644
--- a/appengine/findit/templates/waterfall/compile_failure.html
+++ b/appengine/findit/templates/waterfall/compile_failure.html
@@ -67,7 +67,7 @@
{% elif suspected_cls_by_heuristic|length == 0 %}
<div>No culprit is found!</div>
{% else %}
- <div id="suspected_cls">
+ <div id="heuristic_result">
<table>
<tr>
<th title="The build cycle in which the culprit was in">Build Number</th>

Powered by Google App Engine
This is Rietveld 408576698