更新 luci-app-ota/luasrc/view/admin_system/ota.htm

Signed-off-by: zhao <zj18139624826@gmail.com>
This commit is contained in:
zhao 2025-05-30 16:21:32 +08:00
parent 772a0e6bc4
commit 29f5902b66

View File

@ -81,6 +81,12 @@
<form method="post" action="<%=url('admin/system/ota')%>">
<input type="hidden" name="apply" value="1" />
<input type="hidden" name="token" value="<%=token%>" />
<div class="cbi-value">
<label class="cbi-value-title" for="keep"><%:Keep settings and retain the current configuration%></label>
<div class="cbi-value-field">
<input type="checkbox" name="keep" value="1" id="keep" checked="checked" />
</div>
</div>
<div class="cbi-value cbi-value-last">
<label class="cbi-value-title"><%:Firmware downloaded%></label>
<div class="cbi-value-field">
@ -209,4 +215,4 @@
</fieldset>
<%+footer%>
<%+footer%>