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

Unified Diff: appengine/swarming/templates/public_swarming_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/templates/public_botlist_index.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/templates/public_swarming_index.html
diff --git a/appengine/swarming/elements/index.html b/appengine/swarming/templates/public_swarming_index.html
similarity index 88%
rename from appengine/swarming/elements/index.html
rename to appengine/swarming/templates/public_swarming_index.html
index 96f025f3a1ebd305d57259d384f2e0b78dd3ed93..3e8781b27cfae3909f6f86685773519fc3e3c18f 100644
--- a/appengine/swarming/elements/index.html
+++ b/appengine/swarming/templates/public_swarming_index.html
@@ -18,7 +18,9 @@
</head>
<body>
- <swarming-index></swarming-index>
+ <swarming-index
+ client_id="{{client_id}}">
+ </swarming-index>
</body>
</html>
« no previous file with comments | « appengine/swarming/templates/public_botlist_index.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698