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/window-stream.pug | |
parent | a3a17440dc193ca918ee52bf78447bfd1c7a62cd (diff) |
some stream fixes
Diffstat (limited to 'web/kvm/window-stream.pug')
-rw-r--r-- | web/kvm/window-stream.pug | 4 |
1 files changed, 2 insertions, 2 deletions
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") |