Mercurial > code > home > repos > homeauto
changeset 1033:bf03f5185e8f
add synced graph-view to the bottom of arduinoNode/piNode tester page
Ignore-this: 78a82a81ca80b3499d7bf13faf0e114b
darcs-hash:40dddbd9ce00cab4e352073d1257b27c8e1e80a0
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Tue, 26 Jan 2016 03:46:05 -0800 |
parents | 69aad813a94e |
children | 43a2170bbdb8 |
files | service/arduinoNode/static/index.html |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
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 () {