| Index: Tools/GardeningServer/ui/ct-unexpected-failures.html
|
| diff --git a/Tools/GardeningServer/ui/ct-unexpected-failures.html b/Tools/GardeningServer/ui/ct-unexpected-failures.html
|
| index 77a40ee8f1206685e70f60c625483c67f8097220..698d4f02dfc6d8c5c16c671a3f3df4741e23026b 100644
|
| --- a/Tools/GardeningServer/ui/ct-unexpected-failures.html
|
| +++ b/Tools/GardeningServer/ui/ct-unexpected-failures.html
|
| @@ -6,7 +6,6 @@ found in the LICENSE file.
|
|
|
| <link rel="import" href="../bower_components/paper-button/paper-button.html">
|
| <link rel="import" href="../model/ct-commit-log.html">
|
| -<link rel="import" href="ct-failing-builders.html">
|
| <link rel="import" href="ct-failure-analyzer.html">
|
| <link rel="import" href="ct-failure-grouper.html">
|
| <link rel="import" href="ct-failure-stream.html">
|
| @@ -15,10 +14,6 @@ found in the LICENSE file.
|
| <polymer-element name="ct-unexpected-failures">
|
| <template>
|
| <style>
|
| - ct-failing-builders {
|
| - margin: 5px;
|
| - }
|
| -
|
| ct-tree-status {
|
| white-space: nowrap;
|
| overflow: hidden;
|
| @@ -35,8 +30,7 @@ found in the LICENSE file.
|
| <ct-failure-analyzer id="analyzer" failures="{{ failures }}" builderLatestRevisions="{{ builderLatestRevisions }}"></ct-failure-analyzer>
|
| <ct-tree-status project="chromium"></ct-tree-status>
|
| <ct-tree-status project="blink"></ct-tree-status>
|
| - <ct-failing-builders builders="{{ failures.builders }}"></ct-failing-builders>
|
| - <ct-failure-stream groups="{{ failures.unexpected }}" commits="{{revisionLog.commits}}"></ct-failure-stream>
|
| + <ct-failure-stream groups="{{ failures }}" commits="{{revisionLog.commits}}"></ct-failure-stream>
|
| </template>
|
| <script>
|
| (function() {
|
|
|