diff options
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r-- | web/kvm/index.html | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index 9338e756..3cb54963 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -369,22 +369,22 @@ </td> </tr> <tr class="feature-disabled" id="v3-usb-breaker"> - <td>Connect main USB to Server:</td> - <td align="right"> - <div class="switch-box"> - <input class="gpio-switch" disabled type="checkbox" id="gpio-switch-__v3_usb_breaker__" data-channel="__v3_usb_breaker__" data-confirm-off="Turning off this switch will disconnect the main USB<br>from the server. Are you sure you want to continue?"> - <label for="gpio-switch-__v3_usb_breaker__"><span class="switch-inner"></span><span class="switch"></span></label> - </div> - </td> + <td>Connect main USB to Server:</td> + <td align="right"> + <div class="switch-box"> + <input class="gpio-switch" disabled type="checkbox" id="gpio-switch-__v3_usb_breaker__" data-channel="__v3_usb_breaker__" data-confirm-off="Turning off this switch will disconnect the main USB<br>from the server. Are you sure you want to continue?"> + <label for="gpio-switch-__v3_usb_breaker__"><span class="switch-inner"></span><span class="switch"></span></label> + </div> + </td> </tr> <tr class="feature-disabled" id="v4-locator"> - <td>Enable locator LED:</td> - <td align="right"> - <div class="switch-box"> - <input class="gpio-switch" disabled type="checkbox" id="gpio-switch-__v4_locator__" data-channel="__v4_locator__"> - <label for="gpio-switch-__v4_locator__"><span class="switch-inner"></span><span class="switch"></span></label> - </div> - </td> + <td>Enable locator LED:</td> + <td align="right"> + <div class="switch-box"> + <input class="gpio-switch" disabled type="checkbox" id="gpio-switch-__v4_locator__" data-channel="__v4_locator__" data-confirm-off=""> + <label for="gpio-switch-__v4_locator__"><span class="switch-inner"></span><span class="switch"></span></label> + </div> + </td> </tr> <tr> <td>Ask page close confirmation:</td> |