comparison lib/homeauto_anynode/static/index.html @ 1417:836ea2bfc3b5

fix graph view on ionode index page Ignore-this: f23a0b33b6deef86de0843f9f950564c darcs-hash:6573984668c27863208dd0bfc2ce217d42a42011
author drewp <drewp@bigasterisk.com>
date Sat, 03 Aug 2019 17:02:41 -0700
parents 201090b9c725
children 24e29a15617c
comparison
equal deleted inserted replaced
1416:201090b9c725 1417:836ea2bfc3b5
26 <link rel="import" href="/lib/polymer/1.0.9/iron-ajax/iron-ajax.html"> 26 <link rel="import" href="/lib/polymer/1.0.9/iron-ajax/iron-ajax.html">
27 <link rel="import" href="/lib/polymer/1.0.9/iron-flex-layout/iron-flex-layout.html"> 27 <link rel="import" href="/lib/polymer/1.0.9/iron-flex-layout/iron-flex-layout.html">
28 <link rel="import" href="/lib/polymer/1.0.9/paper-button/paper-button.html"> 28 <link rel="import" href="/lib/polymer/1.0.9/paper-button/paper-button.html">
29 <link rel="import" href="/rdf/rdf-oneshot.html"> 29 <link rel="import" href="/rdf/rdf-oneshot.html">
30 <link rel="import" href="/rdf/rdf-uri.html"> 30 <link rel="import" href="/rdf/rdf-uri.html">
31 <link rel="import" href="/rdf/graph-view.html">
32 <link rel="import" href="/rdf/streamed-graph.html"> 31 <link rel="import" href="/rdf/streamed-graph.html">
33 <link rel="import" href="static/output-widgets.html"> 32 <link rel="import" href="static/output-widgets.html">
34 <style> 33 <style>
35 body { 34 body {
36 font-family: monospace; 35 font-family: monospace;
177 </div> 176 </div>
178 </template> 177 </template>
179 </ul> 178 </ul>
180 </div> 179 </div>
181 </template> 180 </template>
182 <graph-view graph="{{graph}}"></graph-view> 181
183 </template> 182 </template>
184 <script> 183 <script>
185 HTMLImports.whenReady(function () { 184 HTMLImports.whenReady(function () {
186 Polymer({ 185 Polymer({
187 is: 'arduinonode-boards', 186 is: 'arduinonode-boards',
195 }); 194 });
196 }); 195 });
197 </script> 196 </script>
198 </dom-module> 197 </dom-module>
199 <arduinonode-boards></arduinonode-boards> 198 <arduinonode-boards></arduinonode-boards>
199
200 <div id="out"></div>
201 <script type="module" src="/rdf/streamed_graph_view.js"></script>
202
203
200 </body> 204 </body>
201 </html> 205 </html>