summaryrefslogtreecommitdiff
path: root/web/kvm/index.html
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2020-08-16 10:35:29 +0300
committerDevaev Maxim <[email protected]>2020-08-16 10:35:29 +0300
commit8c400299562d4101a9a953b85f7e01744f14d005 (patch)
tree551772cc291fec2cad18666f24fe893f475d4474 /web/kvm/index.html
parent2f069dbf91862d2003782ea26e158ba2c4a42d3a (diff)
Fixed pikvm/pikvm#38: Closeable stream window
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r--web/kvm/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html
index be39a464..53c985ac 100644
--- a/web/kvm/index.html
+++ b/web/kvm/index.html
@@ -402,8 +402,9 @@
</li>
</ul>
<div class="window" id="stream-window">
- <div class="window-header" id="stream-window-header" style="z-index:1">
+ <div class="window-header" id="stream-window-header">
<div class="window-grab">Stream</div>
+ <button class="window-button-close">&times;</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>