| Index: appengine/config_service/ui/static/elements.html
|
| diff --git a/appengine/config_service/ui/static/elements.html b/appengine/config_service/ui/static/elements.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ca1b3e363f25ded5a3c59ea22686788811b81332
|
| --- /dev/null
|
| +++ b/appengine/config_service/ui/static/elements.html
|
| @@ -0,0 +1,17 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| +<head>
|
| + <!--
|
| + The full set of web components needed for configuration service UI.
|
| + By making all apps use the same core, vulcanized file, we can better
|
| + use caching, as the one large file can be reused across sites.
|
| + -->
|
| + <link rel="import" href="../bower_components/polymer/polymer.html">
|
| +
|
| + <!-- List all the top-level elements here-->
|
| + <link rel="import" href="../src/config-ui/config-file-card.html" />
|
| + <link rel="import" href="../src/config-ui/config-set-card.html" />
|
| + <link rel="import" href="../src/config-ui/config-set.html" />
|
| + <link rel="import" href="../src/config-ui/config-ui.html" />
|
| + <link rel="import" href="../src/config-ui/front-page.html" />
|
| +</head>
|
|
|