diff 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
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>