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

Unified Diff: Tools/GardeningServer/ui/ct-failure-stream.html

Issue 448503003: Adds a snooze button to the sheriff-o-matic ui (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove unused import. Created 6 years, 4 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 66753342ffdd1f29ef6302422ab49036695afb1c..a3412be0626816c3c76ccc9c4a970fa743ac2576 100644
--- a/Tools/GardeningServer/ui/ct-failure-stream.html
+++ b/Tools/GardeningServer/ui/ct-failure-stream.html
@@ -19,8 +19,8 @@ found in the LICENSE file.
border-top: 1px solid lightgrey;
}
</style>
- <template repeat="{{failures in groups}}">
- <ct-failure-card failures="{{ failures }}" commits="{{ commits }}" tree="{{ tree }}"></ct-failure-card>
+ <template repeat="{{ group in groups }}">
+ <ct-failure-card group="{{ group }}" commits="{{ commits }}" tree="{{ tree }}"></ct-failure-card>
</template>
</template>
</polymer-element>

Powered by Google App Engine
This is Rietveld 408576698