diff options
author | Devaev Maxim <[email protected]> | 2021-03-06 15:50:12 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2021-03-06 15:50:12 +0300 |
commit | 8ee6a4a5171af145deba4a6a1a2446c723ff56d4 (patch) | |
tree | 5f2f5ba51c191fef5d010fb390965f55817cb17b /web/kvm/index.html | |
parent | ec0f98510935afb32aa342f1923516f693fbb117 (diff) |
fixed pikvm/pikvm#223: confirm stream window closing
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r-- | web/kvm/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index 63e511e7..8e71e029 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -472,7 +472,7 @@ </div> </li> </ul> - <div class="window" id="stream-window"> + <div class="window" id="stream-window" data-close-confirm="Do you want to close the stream? This action will temporarily stop<br>the video transmission until you open the broadcast again.<br>This can be useful for saving traffic."> <div class="window-header" id="stream-window-header"> <div class="window-grab">Stream</div> <button class="window-button-close">×</button> @@ -501,7 +501,7 @@ </div> </div> </div> - <div class="window" id="keyboard-window"> + <div class="window" id="keyboard-window" data-close-confirm=""> <div class="window-header" id="keyboard-window-header"> <div class="window-grab">Virtual Keyboard</div> <button class="window-button-close">×</button> @@ -1345,7 +1345,7 @@ </div> </div> </div> - <div class="window" id="about-window"> + <div class="window" id="about-window" data-close-confirm=""> <div class="window-header" id=""> <div class="window-grab">About</div> <button class="window-button-close">×</button> |