diff options
author | Maxim Devaev <[email protected]> | 2024-10-06 20:14:07 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2024-10-06 20:14:07 +0300 |
commit | 1e116782602b288c5a01913d9431b88a44df7d03 (patch) | |
tree | a6f35ef0d8618a4741bebec3f1bb4d46071ca567 /web/kvm/navbar-system.pug | |
parent | 8c0953aafc20a87a6fd63d5849c8488d655c3627 (diff) |
fixed gpio platform-specific switches
Diffstat (limited to 'web/kvm/navbar-system.pug')
-rw-r--r-- | web/kvm/navbar-system.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/kvm/navbar-system.pug b/web/kvm/navbar-system.pug index 9c0c8014..d6cb31d5 100644 --- a/web/kvm/navbar-system.pug +++ b/web/kvm/navbar-system.pug @@ -13,7 +13,7 @@ li(id="system-dropdown" class="right") td(id="system-tool-about") #[button(data-force-hide-menu data-show-window="about-window" class="small") • About] td(id="system-tool-log") #[button(data-force-hide-menu id="open-log-button" class="small") • Log] td(id="system-tool-wol" class="feature-disabled") - button(data-force-hide-menu id="gpio-button-__wol__" class="gpio-button small" data-channel="__wol__" + button(data-force-hide-menu class="gpio-button-__wol__ gpio-button small" data-channel="__wol__" data-confirm="Are you sure to send Wake-on-LAN packet to the server?") • WoL hr div(id="stream-message-no-webrtc" class="hidden") |