diff lib/homeauto_anynode/static/index.html @ 660:e3af8cc7235d

try new graph+view widget Ignore-this: d5f9c5dc52f04324368716ba2f604fdb
author drewp@bigasterisk.com
date Sun, 24 Nov 2019 00:01:00 -0800
parents ab762d49cd38
children
line wrap: on
line diff
--- a/lib/homeauto_anynode/static/index.html	Sat Nov 23 12:02:32 2019 -0800
+++ b/lib/homeauto_anynode/static/index.html	Sun Nov 24 00:01:00 2019 -0800
@@ -97,7 +97,7 @@
 
       </style>
       <template>
-        <streamed-graph url="graph/events" graph="{{graph}}"></streamed-graph>
+        <streamed-graph url="graph/events" graph="{{graph}}" expanded="true"></streamed-graph>
         <iron-ajax url="boards" auto="true" handle-as="json"
                    last-response="{{ret}}"></iron-ajax>
         <template is="dom-repeat" items="{{ret.boards}}" as="board">
@@ -153,10 +153,5 @@
       </script>
     </dom-module>
     <arduinonode-boards></arduinonode-boards>
-
-    <div id="out"></div>
-    <script type="module" src="/rdf/streamed_graph_view.js"></script>
-
-
   </body>
 </html>