Mercurial > code > home > repos > homeauto
diff service/wifi/index.html @ 659:ea9ed11598b0
remote suspend, wifi group arg
Ignore-this: 76cd196b934298df35125bd180ede9c6
author | drewp@bigasterisk.com |
---|---|
date | Sat, 23 Nov 2019 12:02:32 -0800 |
parents | 5fd7aef3b2b2 |
children | 540dd68af9f2 |
line wrap: on
line diff
--- a/service/wifi/index.html Wed Sep 25 17:56:28 2019 -0700 +++ b/service/wifi/index.html Sat Nov 23 12:02:32 2019 -0800 @@ -17,15 +17,7 @@ <body class="rdfBrowsePage"> <template id="t" is="dom-bind"> <style> - body { - background: black; - color: white; - } - a { - color: #b1b1fd; - text-shadow: 1px 1px 0px #0400ff94; - text-decoration-color: #00007714; - } + #subjectRequest { width: 50em; } @@ -53,7 +45,7 @@ if (!dirty) { return; } - render(graphView(sg.graph.graph), out); + render(graphView(sg.graph.graph, /*showGroups=*/false), out); dirty = false; }; @@ -69,6 +61,10 @@ <script> </script> + + <form method="POST" action="remoteSuspend"><button>Suspend windows/VR machine</button></form> + <!-- also put wakeonlan actions down here --> + </body> </html>