summaryrefslogtreecommitdiff
path: root/web/kvm/index.pug
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2020-07-19 14:25:54 +0300
committerDevaev Maxim <[email protected]>2020-07-19 14:25:54 +0300
commitab13399a2afa07346f635f9c70fca93ec9201e5e (patch)
tree4aac943d5409459ab4123f3b701b8b7528a27142 /web/kvm/index.pug
parentfaedb829b95df47147442b784e4583ddfc4db252 (diff)
drive mode radio switch
Diffstat (limited to 'web/kvm/index.pug')
-rw-r--r--web/kvm/index.pug2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/kvm/index.pug b/web/kvm/index.pug
index 21c33c17..752dfe29 100644
--- a/web/kvm/index.pug
+++ b/web/kvm/index.pug
@@ -4,7 +4,7 @@ append vars
- title = "Pi-KVM Session"
- main_js = "kvm/main"
- body_class = "body-no-select"
- - css_list = css_list.concat(["navbar", "window", "modal", "led", "slider", "switch", "progress", "keypad", "tabs"])
+ - css_list = css_list.concat(["navbar", "window", "modal", "led", "slider", "switch", "radio", "progress", "keypad", "tabs"])
- css_list = css_list.concat(["kvm/stream", "kvm/hid", "kvm/msd", "kvm/keyboard", "kvm/about"])
block body