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

Unified Diff: appengine/config_service/ui/static/index.html

Issue 2962703003: config_service: Add authentication to the UI. (Closed)
Patch Set: Added TODO to handlers.py and confirmed versions in bower.json Created 3 years, 6 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/config_service/ui/src/config-ui/front-page.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/config_service/ui/static/index.html
diff --git a/appengine/config_service/ui/static/index.html b/appengine/config_service/ui/static/index.html
index 153a41db153e1a3efa535020fb1e21e0552b9432..505a5104137852187728ec87a7790e8fa61d4a5f 100644
--- a/appengine/config_service/ui/static/index.html
+++ b/appengine/config_service/ui/static/index.html
@@ -19,6 +19,8 @@
<script src="../bower_components/webcomponentsjs/webcomponents-loader.js"></script>
</head>
<body>
- <config-ui></config-ui>
+ <config-ui
+ client_id="{{client_id}}">
+ </config-ui>
</body>
</html>
« no previous file with comments | « appengine/config_service/ui/src/config-ui/front-page.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698