diff options
author | Devaev Maxim <[email protected]> | 2018-07-24 02:48:23 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-07-24 02:48:23 +0300 |
commit | 22c060956e37a9cb1733a3e7f808048779a5a72a (patch) | |
tree | a1fa16f1648622731555d574ba4ccb6edda01dd5 /kvmd/web/index.html | |
parent | 70b7f73e2063cdb61f1d31a8edf679f4f264e008 (diff) |
floating windows
Diffstat (limited to 'kvmd/web/index.html')
-rw-r--r-- | kvmd/web/index.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/kvmd/web/index.html b/kvmd/web/index.html index 295c8f22..23efd902 100644 --- a/kvmd/web/index.html +++ b/kvmd/web/index.html @@ -162,10 +162,9 @@ </li> </ul> - <div class="centered"> - <div id="stream-box"> - <img src="/streamer/?action=stream" id="stream-image" class="stream-image-inactive" alt="Loading..." /> - </div> + <div class="window"> + <div class="window-header">Stream</div> + <img id="stream-image" class="stream-image-inactive" alt="Loading..." src="/streamer/?action=stream"/> </div> <ul id="bottom"> |