diff lib/homeauto_anynode/static/index.html @ 1462:2b29f14eb6bd

try new graph+view widget Ignore-this: d5f9c5dc52f04324368716ba2f604fdb darcs-hash:44e85a5c075ef73c34a58deaa3a3c1e8390dae52
author drewp <drewp@bigasterisk.com>
date Sun, 24 Nov 2019 00:01:00 -0800
parents c451aad69f65
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>