comparison service/arduinoNode/static/index.html @ 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 208b960fde31
children 4ebb5cc30002
comparison
equal deleted inserted replaced
1032:69aad813a94e 1033:bf03f5185e8f
11 <link rel="import" href="/lib/polymer/1.0.9/paper-button/paper-button.html"> 11 <link rel="import" href="/lib/polymer/1.0.9/paper-button/paper-button.html">
12 <link rel="import" href="/room/ari/static/rdf-observe.html"> 12 <link rel="import" href="/room/ari/static/rdf-observe.html">
13 <link rel="import" href="/room/ari/static/rdf-oneshot.html"> 13 <link rel="import" href="/room/ari/static/rdf-oneshot.html">
14 <link rel="import" href="/room/ari/static/rdf-uri.html"> 14 <link rel="import" href="/room/ari/static/rdf-uri.html">
15 <link rel="import" href="static/output-widgets.html"> 15 <link rel="import" href="static/output-widgets.html">
16 <link rel="import" href="/rdf/streamed-graph.html">
17 <link rel="import" href="/rdf/graph-view.html">
16 <style> 18 <style>
17 body { 19 body {
18 font-family: monospace; 20 font-family: monospace;
19 display: flex; 21 display: flex;
20 flex-direction: column; 22 flex-direction: column;
146 </div> 148 </div>
147 </template> 149 </template>
148 </ul> 150 </ul>
149 </div> 151 </div>
150 </template> 152 </template>
153 <streamed-graph url="graph/events" graph="{{graph}}"></streamed-graph>
154 <graph-view graph="{{graph}}"></graph-view>
151 </template> 155 </template>
152 <script> 156 <script>
153 HTMLImports.whenReady(function () { 157 HTMLImports.whenReady(function () {
154 Polymer({ 158 Polymer({
155 is: 'arduinonode-boards', 159 is: 'arduinonode-boards',