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

Unified Diff: appengine/swarming/templates/public_botlist_index.html

Issue 2242543002: Make OAuth client id accessible to new ui w/o hardcoding (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@master
Patch Set: Address nits 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/proto/config_pb2.py ('k') | appengine/swarming/templates/public_swarming_index.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/templates/public_botlist_index.html
diff --git a/appengine/swarming/elements/botlist-index.html b/appengine/swarming/templates/public_botlist_index.html
similarity index 90%
rename from appengine/swarming/elements/botlist-index.html
rename to appengine/swarming/templates/public_botlist_index.html
index 830b7ccb52e512eb5e584f63fb4f3eab5232384e..d2988eba2e93a8c53ae602f971d53e7dab6af0cc 100644
--- a/appengine/swarming/elements/botlist-index.html
+++ b/appengine/swarming/templates/public_botlist_index.html
@@ -19,7 +19,9 @@
</head>
<body>
- <bot-list></bot-list>
+ <bot-list
+ client_id="{{client_id}}">
+ </bot-list>
</body>
</html>
« no previous file with comments | « appengine/swarming/proto/config_pb2.py ('k') | appengine/swarming/templates/public_swarming_index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698