diff options
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r-- | web/kvm/index.html | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index 622f2d29..9d5df1cf 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -235,9 +235,21 @@ </div> </li> <li class="right feature-disabled" id="atx-dropdown"><a class="menu-button" href="#"><img class="led-gray" data-dont-hide-menu id="atx-power-led" src="/share/svg/led-atx-power.svg"><img class="led-gray" data-dont-hide-menu id="atx-hdd-led" src="/share/svg/led-atx-hdd.svg">ATX</a> - <div class="menu"> + <div class="menu" data-dont-hide-menu> <div class="text"><b>Control the server's power<br></b><sub>Use the short click for ACPI shutdown</sub></div> <hr> + <table class="kv"> + <tr> + <td>Ask click confirmation:</td> + <td align="right"> + <div class="switch-box"> + <input checked type="checkbox" id="atx-ask-switch"> + <label for="atx-ask-switch"><span class="switch-inner"></span><span class="switch"></span></label> + </div> + </td> + </tr> + </table> + <hr> <div class="buttons"> <button disabled id="atx-power-button">• Click Power <sup><i>short</i></sup></button> <button disabled id="atx-power-button-long">• Click Power <sup><i>long</i></sup></button> |