diff options
author | Devaev Maxim <[email protected]> | 2018-07-28 13:23:27 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-07-28 13:23:27 +0300 |
commit | 01e5a8caeeeba2772acf5f888278e891aea09608 (patch) | |
tree | cad2c19d5ff7a9f086b3078069c4e483bcbacde4 /kvmd/web/index.html | |
parent | c3939214bf07742b2e5a5c27d89dcd42dc94cb4a (diff) |
interactive hid leds
Diffstat (limited to 'kvmd/web/index.html')
-rw-r--r-- | kvmd/web/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kvmd/web/index.html b/kvmd/web/index.html index 2aa65530..4233c01b 100644 --- a/kvmd/web/index.html +++ b/kvmd/web/index.html @@ -39,6 +39,7 @@ <li class="ctl-right-actions"> <div class="ctl-dropdown"> <a class="ctl-item" href="#"> + <img data-dont-hide-menu id="link-led" class="led-off" src="svg/link-led.svg" /> <img data-dont-hide-menu id="stream-led" class="led-off" src="svg/stream-led.svg" /> <img data-dont-hide-menu id="hid-keyboard-led" class="led-off" src="svg/hid-keyboard-led.svg" /> <img data-dont-hide-menu id="hid-mouse-led" class="led-off" src="svg/hid-mouse-led.svg" /> |