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

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

Issue 469423005: Use the non-deprecated way to set the button labels (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/ui/ct-failure-card.html
diff --git a/Tools/GardeningServer/ui/ct-failure-card.html b/Tools/GardeningServer/ui/ct-failure-card.html
index abf3deeec9baa4fd6eebf9ce9c5397b7ba98660b..32e63b5957b575f938526b39f8fc86ddf5654c18 100644
--- a/Tools/GardeningServer/ui/ct-failure-card.html
+++ b/Tools/GardeningServer/ui/ct-failure-card.html
@@ -70,12 +70,12 @@ found in the LICENSE file.
commits="{{ commits }}"></ct-commit-list>
</div>
<div id="buttons">
- <paper-button id="examine" on-tap="{{ examine }}">Examine</paper-button>
+ <paper-button id="examine" on-tap="{{ examine }}" label="Examine"></paper-button>
<template if="{{ !group.isSnoozed }}">
- <paper-button id="snooze" on-tap="{{ snooze }}">Snooze</paper-button>
+ <paper-button id="snooze" on-tap="{{ snooze }}" label="Snooze"></paper-button>
</template>
<template if="{{ group.isSnoozed }}">
- <paper-button id="snooze" on-tap="{{ unsnooze }}">Unsnooze</paper-button>
+ <paper-button id="snooze" on-tap="{{ unsnooze }}" label="Unsnooze"></paper-button>
</template>
</div>
</template>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698