view service/wifi/index.html @ 1542:5517f54eaba8

build update Ignore-this: 1b29ef44c5f6c3c3e8c70f509fbbde66 darcs-hash:e93956d750d152774cbdf63b049051564aaab5bf
author drewp <drewp@bigasterisk.com>
date Thu, 13 Feb 2020 10:16:28 -0800
parents 383e32841b35
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>