mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-05-02 10:56:34 +08:00
fixed pikvm/pikvm#223: confirm stream window closing
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
+window("stream-window", "Stream", true)
|
||||
- let confirm_msg = "Do you want to close the stream? This action will temporarily stop<br>";
|
||||
- confirm_msg += "the video transmission until you open the broadcast again.<br>";
|
||||
- confirm_msg += "This can be useful for saving traffic.";
|
||||
+window("stream-window", "Stream", true, confirm_msg)
|
||||
div(id="stream-info")
|
||||
div(id="stream-box" class="stream-box-inactive")
|
||||
img(id="stream-image" class="stream-image-inactive" src=`${png_dir}/blank-stream.png`)
|
||||
|
||||
Reference in New Issue
Block a user