Mercurial > code > home > repos > homeauto
changeset 614:94bf6bbdbb04
fix graph view on ionode index page
Ignore-this: f23a0b33b6deef86de0843f9f950564c
author | drewp@bigasterisk.com |
---|---|
date | Sat, 03 Aug 2019 17:02:41 -0700 |
parents | 62b52bb862f7 |
children | 8a39ec6adc20 |
files | lib/homeauto_anynode/static/index.html |
diffstat | 1 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lib/homeauto_anynode/static/index.html Sat Aug 03 17:02:16 2019 -0700 +++ b/lib/homeauto_anynode/static/index.html Sat Aug 03 17:02:41 2019 -0700 @@ -28,7 +28,6 @@ <link rel="import" href="/lib/polymer/1.0.9/paper-button/paper-button.html"> <link rel="import" href="/rdf/rdf-oneshot.html"> <link rel="import" href="/rdf/rdf-uri.html"> - <link rel="import" href="/rdf/graph-view.html"> <link rel="import" href="/rdf/streamed-graph.html"> <link rel="import" href="static/output-widgets.html"> <style> @@ -179,7 +178,7 @@ </ul> </div> </template> - <graph-view graph="{{graph}}"></graph-view> + </template> <script> HTMLImports.whenReady(function () { @@ -197,5 +196,10 @@ </script> </dom-module> <arduinonode-boards></arduinonode-boards> + + <div id="out"></div> + <script type="module" src="/rdf/streamed_graph_view.js"></script> + + </body> </html>