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

Unified Diff: appengine/swarming/elements/res/imp/common/swarming-app.html

Issue 2350853004: Make the buttons on task-page work (Closed) Base URL: git@github.com:luci/luci-py@task-page2
Patch Set: Fix promses Created 4 years, 3 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: appengine/swarming/elements/res/imp/common/swarming-app.html
diff --git a/appengine/swarming/elements/res/imp/common/swarming-app.html b/appengine/swarming/elements/res/imp/common/swarming-app.html
index edbf9a463ad4ef60940a6fe8b3bf251be6a068c7..946aa32d01aa2b9ec97327945fb08eacea505138 100644
--- a/appengine/swarming/elements/res/imp/common/swarming-app.html
+++ b/appengine/swarming/elements/res/imp/common/swarming-app.html
@@ -115,6 +115,7 @@
class="right"
client_id="[[client_id]]"
auth_headers="{{auth_headers}}"
+ profile="{{profile}}"
signed_in="{{signed_in}}">
</auth-signin>
</app-toolbar>
@@ -162,6 +163,10 @@
},
notify: true,
},
+ profile: {
+ type: Object,
+ notify: true,
+ },
server_version: {
type: Object,

Powered by Google App Engine
This is Rietveld 408576698