diff options
Diffstat (limited to 'web/kvm/navbar-system.pug')
-rw-r--r-- | web/kvm/navbar-system.pug | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/web/kvm/navbar-system.pug b/web/kvm/navbar-system.pug index fb764cb2..400dc342 100644 --- a/web/kvm/navbar-system.pug +++ b/web/kvm/navbar-system.pug @@ -39,7 +39,11 @@ li(class="right") table(class="one-line-switch") td Auto-resize stream: td(align="right") - +switch("stream-auto-resize-checkbox") + div(class="switch-box") + input(checked type="checkbox" id="stream-auto-resize-checkbox") + label(for="stream-auto-resize-checkbox") + span(class="switch-inner") + span(class="switch") hr div(class="buttons") button(disabled data-force-hide-menu id="stream-reset-button") • Reset stream |