| 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>
|
|
|