mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix message to enable/disable external check
This commit is contained in:
parent
6252ad9413
commit
5ff941e35c
1 changed files with 5 additions and 1 deletions
|
@ -129,9 +129,13 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="cbi-value">
|
||||
<label class="cbi-value-title"><%:Enable external check%></label>
|
||||
<label class="cbi-value-title"><%:Disable external check%></label>
|
||||
<div class="cbi-value-field">
|
||||
<input type="checkbox" name="externalcheck" class="cbi-input-checkbox" value="0" <% if luci.model.uci.cursor():get("openmptcprouter","settings","external_check") == "0" then %>checked<% end %>>
|
||||
<br />
|
||||
<div class="cbi-value-description">
|
||||
<%:When enable check are done on external sites to get each WAN IP and the IP used to go outside.%>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="cbi-value">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue