mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Set IPv6 status using settings and fix wizard look
This commit is contained in:
parent
2a46f7ee4a
commit
d30b6452dd
3 changed files with 36 additions and 7 deletions
|
@ -198,7 +198,7 @@ end
|
|||
<input type="text" name="cbid.sqm.<%=ifname%>.download" class="cbi-input-text" value="<%=download%>" data-type="uinteger">
|
||||
<br />
|
||||
<div class="cbi-value-description">
|
||||
<%:Set value between 80-95% of max download speed link. Empty to disable.%>
|
||||
<%:Set value between 80-95% of max download speed link. 0 to disable.%>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -207,9 +207,9 @@ end
|
|||
<div class="cbi-value-field">
|
||||
<input type="text" name="cbid.sqm.<%=ifname%>.upload" class="cbi-input-text" value="<%=upload%>" data-type="uinteger">
|
||||
<br />
|
||||
</div>
|
||||
<div class="cbi-value-description">
|
||||
<%:Set value between 80-95% of max upload speed link. Empty to disable.%>
|
||||
<div class="cbi-value-description">
|
||||
<%:Set value between 80-95% of max upload speed link. 0 to disable.%>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</fieldset>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue