diff options
author | Maxim Devaev <[email protected]> | 2023-10-26 10:08:04 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2023-10-26 10:08:04 +0300 |
commit | 5287eb14f3e5730350c1ed8bc2c2830ab7d3b507 (patch) | |
tree | f61225e1ace07d5ee960d7e36f14d7264d8d4045 /web/kvm/navbar.pug | |
parent | e2ac3412db1335e90bf51405054112e37bdbf638 (diff) |
link to the mouse jiggler doc
Diffstat (limited to 'web/kvm/navbar.pug')
-rw-r--r-- | web/kvm/navbar.pug | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/kvm/navbar.pug b/web/kvm/navbar.pug index ac3f0a04..498e27ae 100644 --- a/web/kvm/navbar.pug +++ b/web/kvm/navbar.pug @@ -14,7 +14,7 @@ mixin menu_message(icon, short, classes="") block mixin menu_switch_notable_gpio(channel, title, confirm_off="") - td #{title}: + td !{title}: td(align="right") div(class="switch-box") input(disabled type="checkbox" id=`gpio-switch-${channel}` class="gpio-switch" @@ -24,7 +24,7 @@ mixin menu_switch_notable_gpio(channel, title, confirm_off="") span(class="switch") mixin menu_switch_notable(id, title, enabled, checked) - td #{title}: + td !{title}: td(align="right") div(class="switch-box") input(checked=checked disabled=!enabled type="checkbox" id=id) |