diff options
author | Devaev Maxim <[email protected]> | 2021-04-13 10:14:27 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2021-04-13 10:14:27 +0300 |
commit | 5dc123e1860be5e582de1ed4341296c3c3f649da (patch) | |
tree | d096949bec0a122726c96350150f5df6b8618961 /web/kvm/window-stream.pug | |
parent | 6de0ee0017df50d155a00d748ed2b676f8293655 (diff) |
refactoring
Diffstat (limited to 'web/kvm/window-stream.pug')
-rw-r--r-- | web/kvm/window-stream.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/kvm/window-stream.pug b/web/kvm/window-stream.pug index 2595fe3b..dc083600 100644 --- a/web/kvm/window-stream.pug +++ b/web/kvm/window-stream.pug @@ -2,7 +2,7 @@ - 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) +div(id="stream-window" class="window window-resizable" data-close-confirm=confirm_msg 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") × |