mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
pikvm/pikvm#1204: 12h instead of 24h
This commit is contained in:
parent
375a345820
commit
c49d712f17
@ -80,8 +80,8 @@
|
||||
<div class="radio-box">
|
||||
<input type="radio" id="expire-radio-3600" name="expire-radio" value="3600"/>
|
||||
<label for="expire-radio-3600">1h</label>
|
||||
<input type="radio" id="expire-radio-86400" name="expire-radio" value="86400"/>
|
||||
<label for="expire-radio-86400">24h</label>
|
||||
<input type="radio" id="expire-radio-43200" name="expire-radio" value="43200"/>
|
||||
<label for="expire-radio-43200">12h</label>
|
||||
<input type="radio" id="expire-radio-0" name="expire-radio" value="0" checked="checked"/>
|
||||
<label for="expire-radio-0">Forever</label>
|
||||
</div>
|
||||
|
||||
@ -41,7 +41,7 @@ block body
|
||||
td
|
||||
+radio("expire-radio", [
|
||||
{"title": "1h", "value": "3600"},
|
||||
{"title": "24h", "value": "86400"},
|
||||
{"title": "12h", "value": "43200"},
|
||||
{"title": "Forever", "value": "0", "checked": true},
|
||||
])
|
||||
tr
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user