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

Unified Diff: web/inc/rpcexplorer/rpc-explorer.html

Issue 1960443004: Add rpcexplorer to webapp hierarchy. (Closed) Base URL: https://github.com/luci/luci-go@logdog-project-web
Patch Set: Created 4 years, 7 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/inc/rpcexplorer/rpc-explorer.html
diff --git a/server/static/rpcexplorer/rpc-explorer.html b/web/inc/rpcexplorer/rpc-explorer.html
similarity index 98%
copy from server/static/rpcexplorer/rpc-explorer.html
copy to web/inc/rpcexplorer/rpc-explorer.html
index 179c760dc64233341e8eff0d894816203ef9c865..9e83aee98bc23f53c9ce26852694aec71da512c8 100644
--- a/server/static/rpcexplorer/rpc-explorer.html
+++ b/web/inc/rpcexplorer/rpc-explorer.html
@@ -14,7 +14,7 @@
href="../bower_components/google-signin/google-signin-aware.html">
<link rel="import" href="../bower_components/paper-spinner/paper-spinner.html">
-<link rel="import" href="/static/common/rpc/rpc-client.html">
+<link rel="import" href="../rpc/rpc-client.html">
<link rel="import" href="rpc-descriptor-util.html">
<link rel="import" href="rpc-method.html">
@@ -181,4 +181,4 @@
}
});
</script>
-</dom-module>
+</dom-module>

Powered by Google App Engine
This is Rietveld 408576698