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

Unified Diff: appengine/swarming/elements/res/imp/common/swarming-app.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
« no previous file with comments | « appengine/swarming/elements/res/imp/common/sort-toggle.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d5e2ca04a9292330338661268083617b2421b845..071fb9dc821654e4fbbe11429a54b386aa76bfce 100644
--- a/appengine/swarming/elements/res/imp/common/swarming-app.html
+++ b/appengine/swarming/elements/res/imp/common/swarming-app.html
@@ -86,7 +86,8 @@
<auth-signin
class="right"
client-id="20770472288-t5smpbpjptka4nd888fv0ctd23ftba2o.apps.googleusercontent.com"
- auth-headers="{{auth_headers}}">
+ auth-headers="{{auth_headers}}"
+ signed-in="{{signed_in}}">
</auth-signin>
</app-toolbar>
</app-header>
@@ -104,6 +105,12 @@
type: Object,
notify: true,
},
+ signed_in: {
+ type: Boolean,
+ value: false,
+ notify:true,
+ },
+
busy: {
type: Boolean,
},
« no previous file with comments | « appengine/swarming/elements/res/imp/common/sort-toggle.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698