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

Side by Side Diff: web/apps/rpcexplorer/index.html

Issue 2834373003: rpcexplorer: change rootPath property (Closed)
Patch Set: .keep Created 3 years, 8 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
« no previous file with comments | « server/static/rpcexplorer/rpc-explorer.html ('k') | web/inc/rpcexplorer/rpc-explorer.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- 1 <!--
2 Copyright 2016 The LUCI Authors. All rights reserved. 2 Copyright 2016 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> 8 <html>
9 <head> 9 <head>
10 <meta charset="UTF-8"> 10 <meta charset="UTF-8">
(...skipping 13 matching lines...) Expand all
24 width: 500px !important; 24 width: 500px !important;
25 } 25 }
26 body { 26 body {
27 margin-top: 5px; 27 margin-top: 5px;
28 } 28 }
29 </style> 29 </style>
30 </head> 30 </head>
31 <body unresolved> 31 <body unresolved>
32 <div class="container"> 32 <div class="container">
33 <rpc-explorer 33 <rpc-explorer
34 root-path="/rpcexplorer" 34 explorer-root-path="/rpcexplorer"
35 client-id="446450136466-e77v49thuh5dculh78gumq3oncqe28m3.apps.googleuser content.com"> 35 client-id="446450136466-e77v49thuh5dculh78gumq3oncqe28m3.apps.googleuser content.com">
36 </rpc-explorer> 36 </rpc-explorer>
37 </div> 37 </div>
38 </body> 38 </body>
OLDNEW
« no previous file with comments | « server/static/rpcexplorer/rpc-explorer.html ('k') | web/inc/rpcexplorer/rpc-explorer.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698