mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Small changes on text in status page
This commit is contained in:
parent
0e871b0ac6
commit
129bb12930
4 changed files with 34 additions and 8 deletions
|
@ -17,9 +17,9 @@
|
|||
<div class="cbi-map">
|
||||
<h2 name="content"><%:Update VPS%></h2>
|
||||
<fieldset class="cbi-section" id="update">
|
||||
<div class="cbi-section-descr"><%:Update remotly OpenMPTCProuter server to latest version when needed.%> <b><%:Beta%></b></div>
|
||||
<div class="cbi-section-descr"><%:Update remotly the server to latest version when needed.%> <b><%:Beta%></b></div>
|
||||
<div class="cbi-value">
|
||||
<label class="cbi-value-title"><%:Update OpenMPTCProuter server%></label>
|
||||
<label class="cbi-value-title"><%:Update server%></label>
|
||||
<div class="cbi-value-field">
|
||||
<input type="hidden" name="token" value="<%=token%>" />
|
||||
<input type="hidden" name="server" value="<%=servername%>" />
|
||||
|
@ -47,7 +47,7 @@
|
|||
<div class="cbi-section-node">
|
||||
<div class="cbi-section-descr"></div>
|
||||
<div class="cbi-value">
|
||||
<label class="cbi-value-title"><%:Redirects all ports from server to OpenMPTCProuter%></label>
|
||||
<label class="cbi-value-title"><%:Redirects all ports from server to this router%></label>
|
||||
<div class="cbi-value-field">
|
||||
<input type="hidden" name="server.<%=servername%>" value="<%=servername%>" />
|
||||
<input type="checkbox" name="redirect_ports.<%=servername%>" class="cbi-input-checkbox" value="1" <% if luci.model.uci.cursor():get("openmptcprouter",servername,"redirect_ports") == "1" then %>checked<% end %>>
|
||||
|
@ -147,6 +147,16 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="cbi-value">
|
||||
<label class="cbi-value-title"><%:Disable TCP Fast Open%></label>
|
||||
<div class="cbi-value-field">
|
||||
<input type="checkbox" name="disablefastopen" class="cbi-input-checkbox" value="0" <% if luci.model.uci.cursor():get("openmptcprouter","settings","disable_fastopen") == "1" then %>checked<% end %>>
|
||||
<br />
|
||||
<div class="cbi-value-description">
|
||||
<%:Disable TCP Fast Open.%>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="cbi-value">
|
||||
<label class="cbi-value-title"><%:Master interface selection%></label>
|
||||
<div class="cbi-value-field">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue