diff options
author | Devaev Maxim <[email protected]> | 2021-04-22 20:02:51 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2021-04-22 20:02:51 +0300 |
commit | e1c3692045d3b38724dfd6d3035a1c99484dff46 (patch) | |
tree | 51bbb9d963146ba886894dc1b327106ae6f9e9f6 /web/kvm | |
parent | a3a17440dc193ca918ee52bf78447bfd1c7a62cd (diff) |
some stream fixes
Diffstat (limited to 'web/kvm')
-rw-r--r-- | web/kvm/index.html | 2 | ||||
-rw-r--r-- | web/kvm/window-stream.pug | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index aaf5c7a8..49bb5bff 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -511,7 +511,7 @@ <button class="window-button-full-screen">⤢</button> </div> <div id="stream-info"></div> - <div class="stream-box-inactive" id="stream-box"><img class="stream-image-inactive" id="stream-image" src="/share/png/blank-stream.png"></div> + <div class="stream-box-offline" id="stream-box"><img id="stream-image" src="/share/png/blank-stream.png"></div> <div class="keypad" id="stream-mouse-buttons" align="center"> <div class="keypad-block"> <div class="keypad-row"> diff --git a/web/kvm/window-stream.pug b/web/kvm/window-stream.pug index 5577ab0a..567654b7 100644 --- a/web/kvm/window-stream.pug +++ b/web/kvm/window-stream.pug @@ -7,8 +7,8 @@ div(id="stream-window" class="window window-resizable" data-show-by-button="show div(id="stream-info") - div(id="stream-box" class="stream-box-inactive") - img(id="stream-image" class="stream-image-inactive" src=`${png_dir}/blank-stream.png`) + div(id="stream-box" class="stream-box-offline") + img(id="stream-image" src=`${png_dir}/blank-stream.png`) div(id="stream-mouse-buttons" class="keypad" align="center") div(class="keypad-block") |