diff options
author | Maxim Devaev <[email protected]> | 2022-03-11 19:54:55 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-03-11 19:54:55 +0300 |
commit | f04617ac4f3bbe4b4512d09efacd0787b950bf8d (patch) | |
tree | 6fdcbd67f157cb06c0408a66ae06922e39de6dbd /web/kvm/index.html | |
parent | 6d6630a4dd4f194b567f1ccd47144b57f6943f42 (diff) |
pikvm/pikvm#616: secure text switch
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r-- | web/kvm/index.html | 31 |
1 files changed, 20 insertions, 11 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index a6a5a352..92c12aa8 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -524,17 +524,26 @@ </td> </tr> </table> - <table class="kv"> - <tr> - <td>Ask paste confirmation:</td> - <td align="right"> - <div class="switch-box"> - <input checked type="checkbox" id="hid-pak-ask-switch"> - <label for="hid-pak-ask-switch"><span class="switch-inner"></span><span class="switch"></span></label> - </div> - </td> - </tr> - </table> + <table class="kv"> + <tr> + <td>Ask paste confirmation:</td> + <td align="right"> + <div class="switch-box"> + <input checked type="checkbox" id="hid-pak-ask-switch"> + <label for="hid-pak-ask-switch"><span class="switch-inner"></span><span class="switch"></span></label> + </div> + </td> + </tr> + <tr class="feature-disabled" id="hid-pak-secure"> + <td>Hide input text:</td> + <td align="right"> + <div class="switch-box"> + <input type="checkbox" id="hid-pak-secure-switch"> + <label for="hid-pak-secure-switch"><span class="switch-inner"></span><span class="switch"></span></label> + </div> + </td> + </tr> + </table> <div class="feature-disabled" id="stream-ocr"> <hr><br> <hr> |