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

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

Issue 2361583002: [Findit] UI change and triage change for cl level trige. (Closed)
Patch Set: . Created 4 years, 2 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..05e41ba62811c4d4f50f47fd3a9471b849184b0c 100644
--- a/appengine/findit/templates/waterfall/compile_failure.html
+++ b/appengine/findit/templates/waterfall/compile_failure.html
@@ -61,13 +61,14 @@
{% block result_tables %}
<div>
+ <br>
<b>Heuristic result:</b>
{% if analysis_failed %}
<div class="error">No result because of some error in analysis!</div>
{% 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