mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-14 19:41:51 +00:00
Disable speedtest by default in wizard
This commit is contained in:
parent
41bda6b275
commit
229f7231e8
1 changed files with 1 additions and 1 deletions
|
@ -995,7 +995,7 @@
|
|||
<div class="cbi-value" data-index="19">
|
||||
<label class="cbi-value-title"><%:Calculate speed%></label>
|
||||
<div class="cbi-value-field">
|
||||
<input class="cbi-input-checkbox" type="checkbox" name="cbid.sqm.<%=ifname%>.testspeed" value="1" <% if uci:get("openmptcprouter",ifname,"testspeed") == "1" or uci:get("openmptcprouter",ifname,"testspeed") == nil then %>checked<% end %> />
|
||||
<input class="cbi-input-checkbox" type="checkbox" name="cbid.sqm.<%=ifname%>.testspeed" value="1" <% if uci:get("openmptcprouter",ifname,"testspeed") == "1" then %>checked<% end %> />
|
||||
<br />
|
||||
<div class="cbi-value-description">
|
||||
<%:Run an automatic speedtest to calculate max download & upload speed.%>
|
||||
|
|
Loading…
Reference in a new issue