diff options
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r-- | web/kvm/index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index 54d4f220..6cbcdee5 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -354,6 +354,18 @@ </tr> </table> <hr> + <table class="kv"> + <tr> + <td>Infinite loop playback:</td> + <td colspan="2"> + <div class="switch-box"> + <input disabled type="checkbox" id="hid-recorder-loop-checkbox"> + <label for="hid-recorder-loop-checkbox"><span class="switch-inner"></span><span class="switch"></span></label> + </div> + </td> + </tr> + </table> + <hr> <input type="file" id="hid-recorder-new-script-file"> <div class="buttons buttons-row"> <button class="row50" disabled id="hid-recorder-upload">Upload script</button> |