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

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

Issue 2935763003: config_service: improve landing page (Closed)
Patch Set: Fixed final nits. 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
« no previous file with comments | « appengine/config_service/ui/bower.json ('k') | appengine/config_service/ui/src/config-ui/config-card.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/config_service/ui/index.html
diff --git a/appengine/config_service/ui/index.html b/appengine/config_service/ui/index.html
index 76fb71b0a452c0c6aca05d7465fcff67505478ab..ad4184a25cf2d217131383d15e559c994effb4a9 100644
--- a/appengine/config_service/ui/index.html
+++ b/appengine/config_service/ui/index.html
@@ -15,12 +15,11 @@
<!-- 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">
+
</head>
<body>
- <config-ui></config-ui>
+ <front-page></front-page>
</body>
</html>
« no previous file with comments | « appengine/config_service/ui/bower.json ('k') | appengine/config_service/ui/src/config-ui/config-card.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698