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

Side by Side Diff: server/static/rpcexplorer/index.html

Issue 1695893004: RPC Explorer (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@rpcepxlorer-deps
Patch Set: removed broken rpc-error.html symlink Created 4 years, 10 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!--
2 Copyright 2016 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file.
5 -->
6
7 <!doctype html>
8 <meta charset="UTF-8">
9 <title>RPC Explorer</title>
10 <script type="text/javascript"
11 src="/static/common/bower_components/webcomponentsjs/webcomponents-lite.js">
12 </script>
13 <link rel="stylesheet"
14 href="/static/common/bower_components/bootstrap/css/bootstrap.min.css">
15 <link rel="import" href="/static/common/rpcexplorer/rpc-explorer.html">
16 <style>
17 .ace_editor.ace_autocomplete {
18 width: 500px !important;
19 }
20 </style>
21
22 <div class="container">
23 <rpc-explorer root-path="/rpcexplorer"></rpc-explorer>
24 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698