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

Unified Diff: appengine/config_service/ui/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
« 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
deleted file mode 100644
index ad4184a25cf2d217131383d15e559c994effb4a9..0000000000000000000000000000000000000000
--- a/appengine/config_service/ui/index.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<!--
- Copyright 2017 The LUCI Authors. All rights reserved.
- Use of this source code is governed under the Apache License, Version 2.0
- that can be found in the LICENSE file.
--->
-
-<!doctype html>
-<html lang="en">
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes">
-
- <title>Configuration Service</title>
- <meta name="description" content="This is a UI for the configuration service">
-
- <!-- 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>
-
- </head>
- <body>
- <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