diff options
author | Devaev Maxim <[email protected]> | 2021-05-19 08:48:05 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2021-05-19 08:48:05 +0300 |
commit | ac109043ed03013083bfd771e248ef9ac43c66c7 (patch) | |
tree | 50581a59615ce48a923f11a14db3a1633900892a /web/kvm/navbar-system.pug | |
parent | 52701c3bf205cf932346d35543d3094e34c53a9d (diff) |
compact system menu
Diffstat (limited to 'web/kvm/navbar-system.pug')
-rw-r--r-- | web/kvm/navbar-system.pug | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/web/kvm/navbar-system.pug b/web/kvm/navbar-system.pug index aa273ff5..0cc1af00 100644 --- a/web/kvm/navbar-system.pug +++ b/web/kvm/navbar-system.pug @@ -6,9 +6,13 @@ li(class="right") +navbar_led("hid-mouse-led", "led-hid-mouse") | System div(data-dont-hide-menu class="menu") - div(class="text") - b Runtime settings & tools#[br] - sub Lower stream params may improve performance in a poor network + 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 #[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 table(class="kv" style="width: calc(100% - 20px)") tr(id="stream-resolution" class="feature-disabled") @@ -67,13 +71,3 @@ li(class="right") div(class="buttons buttons-row") button(data-force-hide-menu id="show-keyboard-button" class="row50") • Show keyboard button(disabled id="hid-reset-button" class="row50") Reset HID - hr - div(class="buttons buttons-row") - button(data-force-hide-menu id="show-about-button" class="row50") • Show about - button(data-force-hide-menu id="open-log-button" class="row50") • Open log - div(id="wol" class="buttons feature-disabled") - hr - button(disabled id="wol-wakeup-button") • Wake-on-LAN server - div(id="webterm" class="buttons feature-disabled") - hr - button(data-force-hide-menu id="show-webterm-button") • Show terminal |