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

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

Issue 2204483002: Add UI to new botlist to show summary (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@bot-summary-api
Patch Set: Add docs Created 4 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
Index: appengine/swarming/elements/res/imp/common/auth-signin.html
diff --git a/appengine/swarming/elements/res/imp/common/auth-signin.html b/appengine/swarming/elements/res/imp/common/auth-signin.html
index 10a5f08199dc4444c8a5a1352b00c6fe95901235..2f9747ff92df8247538006f6d7056b5dc8e5bb70 100644
--- a/appengine/swarming/elements/res/imp/common/auth-signin.html
+++ b/appengine/swarming/elements/res/imp/common/auth-signin.html
@@ -89,7 +89,8 @@
signedIn: {
type: Boolean,
readOnly: true,
- value: false
+ value: false,
+ notify: true,
}
},
@@ -102,6 +103,7 @@
imageUrl: profile.getImageUrl()
});
this.set("authResponse", user.getAuthResponse());
+ this._setSignedIn(true);
this.fire("auth-signin");
},

Powered by Google App Engine
This is Rietveld 408576698