view service/environment/index.html @ 331:a94f2a522d41

build and import updates for rdfdb, etc Ignore-this: 233cb2b31f03be51695f0fff40eecca7
author drewp@bigasterisk.com
date Mon, 19 Feb 2018 04:21:28 -0800
parents c89f88cbdcc6
children 6304b0370491
line wrap: on
line source

<!DOCTYPE html>
<html
   xmlns:dcterms="http://purl.org/dc/terms/"
   xmlns:dev="http://projects.bigasterisk.com/device/"
   xmlns:xs="http://www.w3.org/2001/XMLSchema#"
   xmlns="http://projects.bigasterisk.com/room/"
   >
  <head>
    <script src="/lib/polymer/1.0.9/webcomponentsjs/webcomponents.min.js"></script>
    <link rel="import" href="/lib/polymer/1.0.9/polymer/polymer.html">

    <link rel="import" href="/rdf/streamed-graph.html">
    <link rel="import" href="/rdf/graph-view.html">
  </head>
  <body>
    <h1>env</h1>
    <template is="dom-bind">
      <streamed-graph url="graph/events" graph="{{graph}}"></streamed-graph>
      <graph-view graph="{{graph}}"></graph-view>
    </template>
  </body>
</html>