1
0
Fork 0
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:
Ycarus 2019-03-09 19:18:19 +01:00
parent 6252ad9413
commit 5ff941e35c

View file

@ -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">