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

Unified Diff: Tools/GardeningServer/ui/ct-unexpected-failures.html

Issue 349783003: Polymer-based Garden-O-Matic should have a basic results panel (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix UI nit Created 6 years, 6 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-unexpected-failures.html
diff --git a/Tools/GardeningServer/ui/ct-unexpected-failures.html b/Tools/GardeningServer/ui/ct-unexpected-failures.html
index f11d8c57ce833778ea7c57c97d0456cd00aa85a2..86fd774a50b0c6539b5cf34a47f12cfe9869f23f 100644
--- a/Tools/GardeningServer/ui/ct-unexpected-failures.html
+++ b/Tools/GardeningServer/ui/ct-unexpected-failures.html
@@ -17,14 +17,14 @@ found in the LICENSE file.
bottom: 40px;
left: 10px;
}
- #update {
+ paper-button {
background: #4285f4;
color: #fff;
}
</style>
<ct-failure-analyzer id="analyzer" status="{{analyzerStatus}}" failures="{{failures}}"></ct-failure-analyzer>
<ct-failure-grouper failures="{{failures}}" groups="{{failureGroups}}"></ct-failure-grouper>
- <paper-button id="update" on-tap="{{update}}">Update</paper-button>
+ <paper-button on-tap="{{update}}">Update</paper-button>
<ct-failure-stream groups="{{failureGroups}}"></ct-failure-stream>
<paper-toast id="toast" text="{{analyzerStatus}}"></paper-toast>
</template>
« Tools/GardeningServer/ui/ct-test-list.html ('K') | « Tools/GardeningServer/ui/ct-test-list.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698