summaryrefslogtreecommitdiff
path: root/web/kvm
diff options
context:
space:
mode:
Diffstat (limited to 'web/kvm')
-rw-r--r--web/kvm/index.html1
-rw-r--r--web/kvm/window-stream.pug1
2 files changed, 2 insertions, 0 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html
index 147d2180..0aeb33e7 100644
--- a/web/kvm/index.html
+++ b/web/kvm/index.html
@@ -599,6 +599,7 @@
<div id="stream-info"></div>
<div class="stream-box-offline" id="stream-box"><img id="stream-image" src="/share/png/blank-stream.png">
<video class="hidden" id="stream-video" autoplay playsinline muted></video>
+ <div id="stream-fullscreen-active"></div>
</div>
<div class="keypad" id="stream-mouse-buttons" align="center">
<div class="keypad-block">
diff --git a/web/kvm/window-stream.pug b/web/kvm/window-stream.pug
index d304ff5e..36bca291 100644
--- a/web/kvm/window-stream.pug
+++ b/web/kvm/window-stream.pug
@@ -11,6 +11,7 @@ div(id="stream-window" class="window window-resizable")
div(id="stream-box" class="stream-box-offline")
img(id="stream-image" src=`${png_dir}/blank-stream.png`)
video(id="stream-video" class="hidden" autoplay playsinline muted)
+ div(id="stream-fullscreen-active")
div(id="stream-mouse-buttons" class="keypad" align="center")
div(class="keypad-block")