diff options
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r-- | web/kvm/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index 87414671..803223ac 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -318,6 +318,15 @@ </div> </td> </tr> + <tr> + <td>Ask page close confirmation:</td> + <td align="right"> + <div class="switch-box"> + <input checked type="checkbox" id="page-close-ask-switch"> + <label for="page-close-ask-switch"><span class="switch-inner"></span><span class="switch"></span></label> + </div> + </td> + </tr> </table> <hr> <div class="buttons buttons-row"> |