diff options
author | Maxim Devaev <[email protected]> | 2021-09-20 06:14:13 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2021-09-20 07:14:38 +0300 |
commit | 701df3c76fff0679c6b1b05c067fe05c3b9f5e38 (patch) | |
tree | 34e2fd0ee62a3fdb90047e52af287353597c6ea5 /web/kvm | |
parent | f160fb561fa5bdcc7e35d35d16f66cc9150a0859 (diff) |
rewrited #65
Diffstat (limited to 'web/kvm')
-rw-r--r-- | web/kvm/index.html | 2 | ||||
-rw-r--r-- | web/kvm/navbar-macro.pug | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index 2ec36fd7..7d6a097f 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -437,7 +437,7 @@ </li> <li class="right"><a class="menu-button" href="#"><img class="led-gray" data-dont-hide-menu id="hid-recorder-led" src="/share/svg/led-gear.svg">Macro</a> <div class="menu" data-dont-hide-menu> - <div class="text"><b>Record and play keyboard & mouse actions<br></b><sub>For security reasons, the record will not be saved on the PiKVM</sub></div> + <div class="text"><b>Record and play HID/GPIO actions<br></b><sub>For security reasons, the record will not be saved on the PiKVM</sub></div> <hr> <div class="buttons buttons-row"> <button class="row25" disabled data-force-hide-menu id="hid-recorder-record">• Rec</button> diff --git a/web/kvm/navbar-macro.pug b/web/kvm/navbar-macro.pug index c9dfc2dc..8880550d 100644 --- a/web/kvm/navbar-macro.pug +++ b/web/kvm/navbar-macro.pug @@ -4,7 +4,7 @@ li(class="right") | Macro div(data-dont-hide-menu class="menu") div(class="text") - b Record and play keyboard & mouse actions#[br] + b Record and play HID/GPIO actions#[br] sub For security reasons, the record will not be saved on the PiKVM hr div(class="buttons buttons-row") |