Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <!-- | 1 <!-- |
| 2 Copyright 2017 The LUCI Authors. All rights reserved. | 2 Copyright 2017 The LUCI Authors. All rights reserved. |
| 3 Use of this source code is governed under the Apache License, Version 2.0 | 3 Use of this source code is governed under the Apache License, Version 2.0 |
| 4 that can be found in the LICENSE file. | 4 that can be found in the LICENSE file. |
| 5 --> | 5 --> |
| 6 | 6 |
| 7 <!doctype html> | 7 <!doctype html> |
| 8 <html lang="en"> | 8 <html lang="en"> |
| 9 <head> | 9 <head> |
| 10 <meta charset="utf-8"> | 10 <meta charset="utf-8"> |
| 11 <meta name="viewport" content="width=device-width, minimum-scale=1, initial- scale=1, user-scalable=yes"> | 11 <meta name="viewport" content="width=device-width, minimum-scale=1, initial- scale=1, user-scalable=yes"> |
| 12 | 12 |
| 13 <title>Configuration Service</title> | 13 <title>Configuration Service</title> |
| 14 <meta name="description" content="This is a UI for the configuration service "> | 14 <meta name="description" content="This is a UI for the configuration service "> |
| 15 | 15 |
| 16 <!-- See https://goo.gl/OOhYW5 --> | 16 <!-- See https://goo.gl/OOhYW5 --> |
| 17 <link rel="manifest" href="/manifest.json"> | 17 <link rel="manifest" href="/manifest.json"> |
| 18 <link rel="import" href="../src/config-ui/config-ui.html"> | 18 <link rel="import" href="../src/config-ui/config-ui.html"> |
| 19 <script src="../bower_components/webcomponentsjs/webcomponents-loader.js"></ script> | 19 <script src="../bower_components/webcomponentsjs/webcomponents-loader.js"></ script> |
| 20 </head> | 20 </head> |
| 21 <body> | 21 <body> |
| 22 <config-ui></config-ui> | 22 <config-ui |
| 23 client_id="247108661754-svmo17vmk1j5hlt388gb45qblgvg2h98.apps.googleuserco ntent.com"> | |
|
Sergey Berezin
2017/06/28 19:53:02
I'd rather not bake a specific client ID into the
cwpayton
2017/06/29 22:28:15
I fixed this by serving the client_id through a ji
| |
| 24 </config-ui> | |
| 23 </body> | 25 </body> |
| 24 </html> | 26 </html> |
| OLD | NEW |