Chromium Code Reviews

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

Issue 2935763003: config_service: improve landing page (Closed)
Patch Set: Fixed empty vs. loading to reflect current search instead of all configs Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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