summaryrefslogtreecommitdiff
path: root/web/kvm
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2021-06-10 16:27:58 +0300
committerDevaev Maxim <[email protected]>2021-06-10 16:27:58 +0300
commitf9d2e747e35968d1d1cae06a451a7eec001068ad (patch)
tree20bb23a78dc02c5885842c56237558bbd3f83548 /web/kvm
parent3e92523ba393647fa54589639d80f6ad16cd0fbe (diff)
show streamer name in window title
Diffstat (limited to 'web/kvm')
-rw-r--r--web/kvm/index.html2
-rw-r--r--web/kvm/window-stream.pug2
2 files changed, 2 insertions, 2 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html
index d8fa86f2..2880702a 100644
--- a/web/kvm/index.html
+++ b/web/kvm/index.html
@@ -532,7 +532,7 @@
</ul>
<div class="window window-resizable" id="stream-window" data-show-by-button="show-stream-button">
<div class="window-header" id="stream-window-header">
- <div class="window-grab">Stream</div>
+ <div class="window-grab">MJPEG</div>
<button class="window-button-close">&times;</button>
<button class="window-button-maximize">&#9744;</button>
<button class="window-button-original">&bull;</button>
diff --git a/web/kvm/window-stream.pug b/web/kvm/window-stream.pug
index 3bd7c2d5..d72d25e8 100644
--- a/web/kvm/window-stream.pug
+++ b/web/kvm/window-stream.pug
@@ -1,6 +1,6 @@
div(id="stream-window" class="window window-resizable" data-show-by-button="show-stream-button")
div(id="stream-window-header" class="window-header")
- div(class="window-grab") Stream
+ div(class="window-grab") MJPEG
button(class="window-button-close") &times;
button(class="window-button-maximize") &#9744;
button(class="window-button-original") &bull;