view service/environment/index.html @ 413:5fc75de6b905

use the right py3 cyclone patch Ignore-this: b6d7f3fbe10fc777040d0db67cd61751
author drewp@bigasterisk.com
date Sat, 23 Mar 2019 04:37:47 -0700
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>