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

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: Rebase. 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
« no previous file with comments | « Tools/GardeningServer/ui/ct-failure-stream.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a2b56b4c7209f327a2b603d3fadf095cd4c46891..7ad1a6f51f6e9c1f8385c5bd21d0d3859e8486a3 100644
--- a/Tools/GardeningServer/ui/ct-sheriff-o-matic.html
+++ b/Tools/GardeningServer/ui/ct-sheriff-o-matic.html
@@ -83,7 +83,7 @@ found in the LICENSE file.
},
onExamine: function(event) {
- this.currentFailures = event.detail;
+ this.currentFailures = event.detail.failures;
this.selected = 1;
},
});
« no previous file with comments | « Tools/GardeningServer/ui/ct-failure-stream.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698