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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <link rel="import" href="../../bower_components/polymer/polymer.html">
2
3 <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 "
4 <template>
5 <style>
6
7 </style>
8 <h2>Hello Luci Config UI!</h2>
9 </template>
10
11 <script>
12 Polymer({
13 is: 'luci-config-ui'
14 });
15 </script>
16 </dom-module>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698