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

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

Issue 2935763003: config_service: improve landing page (Closed)
Patch Set: Fixed app.yaml bug 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/index.html
diff --git a/appengine/config_service/ui/index.html b/appengine/config_service/ui/index.html
index 76fb71b0a452c0c6aca05d7465fcff67505478ab..3c35f80e695f2ef512cec08461a00dbc770d3780 100644
--- a/appengine/config_service/ui/index.html
+++ b/appengine/config_service/ui/index.html
@@ -18,9 +18,9 @@
<script src="/bower_components/webcomponentsjs/webcomponents-loader.js"></script>
- <link rel="import" href="/src/config-ui/config-ui.html">
+ <link rel="import" href="/src/config-ui/front-page.html">
</head>
<body>
- <config-ui></config-ui>
+ <front-page></front-page>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698