view service/wifi/index.html @ 1476:817da2dc80fc

kind of running with lit-element and polymer together. lots of data missing from table still Ignore-this: db24e7b633929b01430b0794c1a065dc darcs-hash:cdb1d499a42b869d6affa3ee226f408358a59cf4
author drewp <drewp@bigasterisk.com>
date Sun, 05 Jan 2020 23:18:27 -0800
parents 2e598cbcabf4
children 383e32841b35
line wrap: on
line source

<!DOCTYPE html>
<html>
  <head>
    <title>wifi</title>
    <meta charset="utf-8" />
    <script src="/lib/webcomponents/2.4.0/webcomponents-bundle.js"></script>
    <script src="/rdf/common_paths_and_ns.js?v3"></script>
    <script type="module" src="build/bundle.js"></script>
  </head>
  <link rel="stylesheet" href="/rdf/streamed-graph.css" />
  <body class="rdfBrowsePage">
    <dom-bind>
      <template>
        <style>
          body {
            background: #3a3a3a;
          }
          #subjectRequest {
            width: 50em;
          }
        </style>
        <streamed-graph
          url="/sse_collector/graph/env"
          n="network"
          static="['demo.n3']"
          graph="{{graph}}"
        ></streamed-graph>
        <wifi-display graph="[[g2]]" show-groups="true"></wifi-display>
      </template>
    </dom-bind>
    <form method="POST" action="remoteSuspend">
      <button>Suspend windows/VR machine</button>
    </form>
    <!-- also put wakeonlan actions down here -->
  </body>
</html>