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

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

Issue 2959833002: config_service: add last import validation and tests (Closed)
Patch Set: Add test files. 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/static/index.html b/appengine/config_service/ui/static/index.html
index 153a41db153e1a3efa535020fb1e21e0552b9432..b3b4e4623b884b091173f4a6a820a67f873c66aa 100644
--- a/appengine/config_service/ui/static/index.html
+++ b/appengine/config_service/ui/static/index.html
@@ -15,7 +15,7 @@
<!-- See https://goo.gl/OOhYW5 -->
<link rel="manifest" href="/manifest.json">
- <link rel="import" href="../src/config-ui/config-ui.html">
+ <link rel="import" href="elements.html">
<script src="../bower_components/webcomponentsjs/webcomponents-loader.js"></script>
</head>
<body>

Powered by Google App Engine
This is Rietveld 408576698