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

Unified Diff: appengine/config_service/ui/static/index.html

Issue 2936423002: config_service: add routing for config-set page. (Closed)
Patch Set: Remove UI handler. Created 3 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: appengine/config_service/ui/static/index.html
diff --git a/appengine/config_service/ui/index.html b/appengine/config_service/ui/static/index.html
similarity index 76%
rename from appengine/config_service/ui/index.html
rename to appengine/config_service/ui/static/index.html
index ad4184a25cf2d217131383d15e559c994effb4a9..153a41db153e1a3efa535020fb1e21e0552b9432 100644
--- a/appengine/config_service/ui/index.html
+++ b/appengine/config_service/ui/static/index.html
@@ -15,11 +15,10 @@
<!-- See https://goo.gl/OOhYW5 -->
<link rel="manifest" href="/manifest.json">
- <link rel="import" href="/src/config-ui/front-page.html">
- <script src="/bower_components/webcomponentsjs/webcomponents-loader.js"></script>
-
+ <link rel="import" href="../src/config-ui/config-ui.html">
+ <script src="../bower_components/webcomponentsjs/webcomponents-loader.js"></script>
</head>
<body>
- <front-page></front-page>
+ <config-ui></config-ui>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698