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

Unified Diff: Tools/GardeningServer/ui/ct-results-panel.html

Issue 418253002: Expose the chromium waterfall in sheriff-o-matic. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: merge to ToT Created 6 years, 5 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 | « Tools/GardeningServer/ui/ct-failure-stream.html ('k') | Tools/GardeningServer/ui/ct-sheriff-o-matic.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/ui/ct-results-panel.html
diff --git a/Tools/GardeningServer/ui/ct-results-panel.html b/Tools/GardeningServer/ui/ct-results-panel.html
index bd28525bed0691cd6023a99f32d3de44ed41424f..fcbe59387f3af0381b2db90b3b908ac32dfad3aa 100644
--- a/Tools/GardeningServer/ui/ct-results-panel.html
+++ b/Tools/GardeningServer/ui/ct-results-panel.html
@@ -9,7 +9,7 @@ found in the LICENSE file.
<link rel="import" href="ct-results-by-builder.html">
<link rel="import" href="ct-embedded-flakiness-dashboard.html">
-<polymer-element name="ct-results-panel" attributes="failures">
+<polymer-element name="ct-results-panel" attributes="failures tree">
<template>
<style>
:host {
@@ -57,7 +57,7 @@ found in the LICENSE file.
</core-menu>
<div class="results">
<template if="{{ failures[selected].testName }}">
- <ct-embedded-flakiness-dashboard test="{{ failures[selected] }}"></ct-embedded-flakiness-dashboard>
+ <ct-embedded-flakiness-dashboard test="{{ failures[selected] }}" tree="{{ tree }}"></ct-embedded-flakiness-dashboard>
</template>
<ct-results-by-builder failure="{{ failures[selected] }}"></ct-results-by-builder>
</div>
@@ -67,6 +67,7 @@ found in the LICENSE file.
Polymer({
failures: [],
selected: 0,
+ tree: '',
failuresChanged: function() {
this.selected = 0;
« no previous file with comments | « Tools/GardeningServer/ui/ct-failure-stream.html ('k') | Tools/GardeningServer/ui/ct-sheriff-o-matic.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698