Mercurial > code > home > repos > homeauto
diff service/arduinoNode/static/index.html @ 228:f609e1eee4db
add synced graph-view to the bottom of arduinoNode/piNode tester page
Ignore-this: 78a82a81ca80b3499d7bf13faf0e114b
author | drewp@bigasterisk.com |
---|---|
date | Tue, 26 Jan 2016 03:46:05 -0800 |
parents | e606f1d89d89 |
children | 4ebb5cc30002 |
line wrap: on
line diff
--- a/service/arduinoNode/static/index.html Tue Jan 26 03:36:01 2016 -0800 +++ b/service/arduinoNode/static/index.html Tue Jan 26 03:46:05 2016 -0800 @@ -13,6 +13,8 @@ <link rel="import" href="/room/ari/static/rdf-oneshot.html"> <link rel="import" href="/room/ari/static/rdf-uri.html"> <link rel="import" href="static/output-widgets.html"> + <link rel="import" href="/rdf/streamed-graph.html"> + <link rel="import" href="/rdf/graph-view.html"> <style> body { font-family: monospace; @@ -148,6 +150,8 @@ </ul> </div> </template> + <streamed-graph url="graph/events" graph="{{graph}}"></streamed-graph> + <graph-view graph="{{graph}}"></graph-view> </template> <script> HTMLImports.whenReady(function () {