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

Unified Diff: appengine/isolate/ui/res/imp/index/isolate-index.html

Issue 2991303002: Add in OAuth authentication to Isolate Polymer UI (Closed)
Patch Set: Fix GET request for server_details Created 3 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
Index: appengine/isolate/ui/res/imp/index/isolate-index.html
diff --git a/appengine/isolate/ui/res/imp/index/isolate-index.html b/appengine/isolate/ui/res/imp/index/isolate-index.html
index 8208d7eb7118f2f1150eb61ecc0024b7a4cd22dc..e11d45d9d8aca27f937c58d2d81c18c6c624c465 100644
--- a/appengine/isolate/ui/res/imp/index/isolate-index.html
+++ b/appengine/isolate/ui/res/imp/index/isolate-index.html
@@ -28,17 +28,21 @@
None.
-->
+<link rel="import" href="/res/imp/common/isolate-app.html">
+
<dom-module id="isolate-index">
<template>
- <style>
- h1 {
- color:purple;
- }
+ <style include="isolate-app-style">
</style>
- <h1>Hello World</h1>
-
- <div>{{client_id}}</div>
+ <isolate-app
+ client_id="[[client_id]]"
+ auth_headers="{{_auth_headers}}"
+ permissions="{{_permissions}}"
+ server_details="{{_server_details}}"
+ name="Isolate Server">
+ This is an isolate app placeholder.
+ </isolate-app>
</template>
<script>
« no previous file with comments | « appengine/isolate/ui/res/imp/common/isolate-app.html ('k') | appengine/isolate/ui/res/imp/index/isolate-index-demo.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698