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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Tools/GardeningServer/ui/ct-failure-stream.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- 1 <!--
2 Copyright 2014 The Chromium Authors. All rights reserved. 2 Copyright 2014 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6 6
7 <script src="../bower_components/sugar/release/sugar-full.development.js"></scri pt> 7 <script src="../bower_components/sugar/release/sugar-full.development.js"></scri pt>
8 <script src="../scripts/net.js"></script> 8 <script src="../scripts/net.js"></script>
9 <script src="../scripts/results.js"></script> 9 <script src="../scripts/results.js"></script>
10 <script src="../scripts/ui.js"></script> 10 <script src="../scripts/ui.js"></script>
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 76
77 _updateTree: function() { 77 _updateTree: function() {
78 this.tree = this.$.tree.selectedOptions[0].value; 78 this.tree = this.$.tree.selectedOptions[0].value;
79 }, 79 },
80 80
81 onBack: function() { 81 onBack: function() {
82 this.selected = 0; 82 this.selected = 0;
83 }, 83 },
84 84
85 onExamine: function(event) { 85 onExamine: function(event) {
86 this.currentFailures = event.detail; 86 this.currentFailures = event.detail.failures;
87 this.selected = 1; 87 this.selected = 1;
88 }, 88 },
89 }); 89 });
90 </script> 90 </script>
91 </polymer-element> 91 </polymer-element>
OLDNEW
« 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