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

Unified Diff: appengine/config_service/ui/src/luci-config-ui/luci-config-ui.html

Issue 2923973003: Added base template for config ui. (Closed)
Patch Set: 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/src/luci-config-ui/luci-config-ui.html
diff --git a/appengine/config_service/ui/src/luci-config-ui/luci-config-ui.html b/appengine/config_service/ui/src/luci-config-ui/luci-config-ui.html
new file mode 100644
index 0000000000000000000000000000000000000000..ca55ea6bb4068f2b8a24651dcf4a16d74b1e4c13
--- /dev/null
+++ b/appengine/config_service/ui/src/luci-config-ui/luci-config-ui.html
@@ -0,0 +1,16 @@
+<link rel="import" href="../../bower_components/polymer/polymer.html">
+
+<dom-module id="luci-config-ui">
Sergey Berezin (google) 2017/06/07 19:14:55 Same thing, let's rename the file and id to just "
+ <template>
+ <style>
+
+ </style>
+ <h2>Hello Luci Config UI!</h2>
+ </template>
+
+ <script>
+ Polymer({
+ is: 'luci-config-ui'
+ });
+ </script>
+</dom-module>

Powered by Google App Engine
This is Rietveld 408576698