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

Unified Diff: Tools/GardeningServer/ui/ct-sheriff-o-matic.html

Issue 448503003: Adds a snooze button to the sheriff-o-matic ui (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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-sheriff-o-matic.html
diff --git a/Tools/GardeningServer/ui/ct-sheriff-o-matic.html b/Tools/GardeningServer/ui/ct-sheriff-o-matic.html
index 4eab4424b86a548c1f20c3378eee57c5b97e0cee..c7e26fa5abf2d2bce93f1367abf71897f0d7368a 100644
--- a/Tools/GardeningServer/ui/ct-sheriff-o-matic.html
+++ b/Tools/GardeningServer/ui/ct-sheriff-o-matic.html
@@ -84,7 +84,7 @@ found in the LICENSE file.
},
onExamine: function(event) {
- this.currentFailures = event.detail;
+ this.currentFailures = event.detail.failures;
this.selected = 1;
},
});

Powered by Google App Engine
This is Rietveld 408576698