diff options
author | Devaev Maxim <[email protected]> | 2021-04-17 11:24:16 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2021-04-17 11:24:16 +0300 |
commit | a73295e221c0e963cee2213819c843ee1fed37ca (patch) | |
tree | e6daa037a1106e622bfd3cbbb1a6174ea79c9d01 /web/kvm/window-stream.pug | |
parent | cacb12791b1d914111f566dcc2f992b34e744d10 (diff) |
removed stream close confirm, added tip for msd
Diffstat (limited to 'web/kvm/window-stream.pug')
-rw-r--r-- | web/kvm/window-stream.pug | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/web/kvm/window-stream.pug b/web/kvm/window-stream.pug index dc083600..1b45571e 100644 --- a/web/kvm/window-stream.pug +++ b/web/kvm/window-stream.pug @@ -1,8 +1,4 @@ -- 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."; - -div(id="stream-window" class="window window-resizable" data-close-confirm=confirm_msg data-show-by-button="show-stream-button") +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 button(class="window-button-close") × |