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

Unified Diff: Tools/GardeningServer/ui/ct-failure-stream.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
Index: Tools/GardeningServer/ui/ct-failure-stream.html
diff --git a/Tools/GardeningServer/ui/ct-failure-stream.html b/Tools/GardeningServer/ui/ct-failure-stream.html
index 3f15db5eaf74055b794418dd62f65276cc0ff8fa..66753342ffdd1f29ef6302422ab49036695afb1c 100644
--- a/Tools/GardeningServer/ui/ct-failure-stream.html
+++ b/Tools/GardeningServer/ui/ct-failure-stream.html
@@ -6,7 +6,7 @@ found in the LICENSE file.
<link rel="import" href="ct-failure-card.html">
-<polymer-element name="ct-failure-stream" attributes="groups commits" noscript>
+<polymer-element name="ct-failure-stream" attributes="groups commits tree" noscript>
<template>
<style>
:host {
@@ -20,7 +20,7 @@ found in the LICENSE file.
}
</style>
<template repeat="{{failures in groups}}">
- <ct-failure-card failures="{{failures}}" commits="{{commits}}"></ct-failure-card>
+ <ct-failure-card failures="{{ failures }}" commits="{{ commits }}" tree="{{ tree }}"></ct-failure-card>
</template>
</template>
</polymer-element>
« no previous file with comments | « Tools/GardeningServer/ui/ct-failure-grouper-tests.html ('k') | Tools/GardeningServer/ui/ct-results-panel.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698