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

Unified Diff: web/apps/rpcexplorer/index.html

Issue 1960443004: Add rpcexplorer to webapp hierarchy. (Closed) Base URL: https://github.com/luci/luci-go@logdog-project-web
Patch Set: Updated license, clarified instructions. Created 4 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
Index: web/apps/rpcexplorer/index.html
diff --git a/web/apps/rpcexplorer/index.html b/web/apps/rpcexplorer/index.html
new file mode 100644
index 0000000000000000000000000000000000000000..df598ea0afb6f4c321a41fe35ecc8f4a0a6c5913
--- /dev/null
+++ b/web/apps/rpcexplorer/index.html
@@ -0,0 +1,38 @@
+<!--
+ Copyright 2016 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>
+ <meta charset="UTF-8">
+ <title>RPC Explorer</title>
+ <script type="text/javascript"
+ src="/rpcexplorer/inc/bower_components/webcomponentsjs/webcomponents-lite.js">
+ </script>
+
+ <!-- Because this project uses vulcanize this should be your only html import
+ in this file. All other imports should go in elements.html -->
+ <link rel="import" href="/rpcexplorer/elements/elements.html">
+
+ <link rel="stylesheet" href="/rpcexplorer/inc/bower_components/bootstrap/dist/css/bootstrap.min.css">
+
+ <style>
+ .ace_editor.ace_autocomplete {
+ width: 500px !important;
+ }
+ body {
+ margin-top: 5px;
+ }
+ </style>
+</head>
+<body unresolved>
+ <div class="container">
+ <rpc-explorer
+ root-path="/rpcexplorer"
+ client-id="446450136466-e77v49thuh5dculh78gumq3oncqe28m3.apps.googleusercontent.com">
+ </rpc-explorer>
+ </div>
+</body>

Powered by Google App Engine
This is Rietveld 408576698