diff options
Diffstat (limited to 'web/kvm')
-rw-r--r-- | web/kvm/index.html | 1 | ||||
-rw-r--r-- | web/kvm/window-stream.pug | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index 1daf80d1..69b18cf8 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -508,6 +508,7 @@ <div class="window-grab">Stream</div> <button class="window-button-close">×</button> <button class="window-button-maximize">☐</button> + <button class="window-button-original">•</button> <button class="window-button-full-screen">⤢</button> </div> <div id="stream-info"></div> diff --git a/web/kvm/window-stream.pug b/web/kvm/window-stream.pug index 567654b7..802ac87c 100644 --- a/web/kvm/window-stream.pug +++ b/web/kvm/window-stream.pug @@ -3,6 +3,7 @@ div(id="stream-window" class="window window-resizable" data-show-by-button="show div(class="window-grab") Stream button(class="window-button-close") × button(class="window-button-maximize") ☐ + button(class="window-button-original") • button(class="window-button-full-screen") ⤢ div(id="stream-info") |