diff options
author | Devaev Maxim <[email protected]> | 2021-07-14 20:06:32 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2021-07-14 20:06:32 +0300 |
commit | 105928193b50f40facdc0bfc479dc51a06a97efa (patch) | |
tree | a1b6e248ac310fbffc2d13ac8a9d123c80dc52f3 /web/kvm/navbar-system.pug | |
parent | d8c373103135d743c91b0a9e9e142625b79a771d (diff) |
two keyboard buttons
Diffstat (limited to 'web/kvm/navbar-system.pug')
-rw-r--r-- | web/kvm/navbar-system.pug | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web/kvm/navbar-system.pug b/web/kvm/navbar-system.pug index 093fd944..290cc21c 100644 --- a/web/kvm/navbar-system.pug +++ b/web/kvm/navbar-system.pug @@ -9,8 +9,8 @@ li(class="right") table(class="kv" style="width: calc(100% - 20px)") tr td(class="value") Runtime settings & tools - td(id="webterm" class="feature-disabled") #[button(data-force-hide-menu id="show-webterm-button" class="small") • Term] - td #[button(data-force-hide-menu id="show-about-button" class="small") • About] + td(id="webterm" class="feature-disabled") #[button(data-force-hide-menu data-show-window="webterm-window" class="small") • Term] + td #[button(data-force-hide-menu data-show-window="about-window" class="small") • About] td #[button(data-force-hide-menu id="open-log-button" class="small") • Log] td(id="wol" class="feature-disabled") #[button(disabled data-force-hide-menu id="wol-wakeup-button" class="small") • WoL] hr @@ -40,7 +40,7 @@ li(class="right") label(for="stream-mode-radio-janus") H.264 / WebRTC hr div(class="buttons buttons-row") - button(data-force-hide-menu id="show-stream-button" class="row33") • Show stream + button(data-force-hide-menu data-show-window="stream-window" class="row33") • Show stream button(disabled data-force-hide-menu id="stream-screenshot-button" class="row33") • Screenshot button(disabled id="stream-reset-button" class="row33") Reset stream div(id="hid-outputs" class="feature-disabled") @@ -72,5 +72,5 @@ li(class="right") span(class="switch") hr div(class="buttons buttons-row") - button(data-force-hide-menu id="show-keyboard-button" class="row50") • Show keyboard + button(data-force-hide-menu data-show-window="keyboard-window" class="row50") • Show keyboard button(disabled id="hid-reset-button" class="row50") Reset HID |