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

Unified Diff: appengine/isolate/templates/public_isolate_index.html

Issue 2991153002: Add stub for new polymer-based Isolate UI (Closed)
Patch Set: Address feedback 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
« no previous file with comments | « appengine/isolate/handlers_frontend.py ('k') | appengine/isolate/ui/.bowerrc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/isolate/templates/public_isolate_index.html
diff --git a/appengine/isolate/templates/public_isolate_index.html b/appengine/isolate/templates/public_isolate_index.html
new file mode 100644
index 0000000000000000000000000000000000000000..f9b138f07f17b7a067a5b8e39fa0a9f6e70b2b0b
--- /dev/null
+++ b/appengine/isolate/templates/public_isolate_index.html
@@ -0,0 +1,27 @@
+<!--
+ Copyright 2017 The LUCI Authors. All rights reserved.
+ Use of this source code is governed under the Apache License, Version 2.0
+ that can be found in the LICENSE file.
+-->
+
+<!DOCTYPE html>
+<html>
+
+<head>
+ <title>Isolate Server</title>
+ <meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+ <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalable=yes">
+
+ <script src="/res/js/js.js"></script>
+ <link rel="import" href="/res/elements.html">
+</head>
+
+<body>
+<!-- TODO(kjlubick) Remove this hardcoded piece and pipe it through like for swarming -->
+ <isolate-index
+ client_id="540429983429-ftq2fch22a9puv03lj7sffhvh0e9962r.apps.googleusercontent.com">
+ </isolate-index>
+</body>
+
+</html>
« no previous file with comments | « appengine/isolate/handlers_frontend.py ('k') | appengine/isolate/ui/.bowerrc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698