diff options
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r-- | web/kvm/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index f64a5f34..8c777e31 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -743,10 +743,12 @@ <button class="window-button-close"><b>×</b></button> <button class="window-button-maximize">☐</button> <button class="window-button-original">•</button> + <button class="window-button-enter-full-tab">▲</button> <button class="window-button-full-screen">⤢</button> </div> <div id="stream-info"></div> - <div class="stream-box-offline" id="stream-box"><img id="stream-image" src="/share/png/blank-stream.png"> + <div class="stream-box-offline" id="stream-box"> + <button class="window-button-exit-full-tab">▼</button><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> |