view service/wifi/index.html @ 1477:383e32841b35

now roughly works. shows updates. only some workarounds. Ignore-this: e591abe547e508c0e56102c124cf940b darcs-hash:b7f15962dec5780de97597842a88d9210f21ff47
author drewp <drewp@bigasterisk.com>
date Sun, 05 Jan 2020 23:52:26 -0800
parents 817da2dc80fc
children 33076ad439d1
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/network"
          static="['demo.n3']"
          graph="{{graph}}"
        ></streamed-graph>
        <wifi-display graph="see element code for this"></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>