mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix OMR6in4 settings in interface
This commit is contained in:
parent
cefc5f9291
commit
ef6122f316
2 changed files with 3 additions and 3 deletions
|
@ -190,9 +190,9 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="cbi-value">
|
||||
<label class="cbi-value-title"><%:Enable 6in4%></label>
|
||||
<label class="cbi-value-title"><%:Disable 6in4%></label>
|
||||
<div class="cbi-value-field">
|
||||
<input type="checkbox" name="enable6in4" class="cbi-input-checkbox" value="0" <% if luci.model.uci.cursor():get("openmptcprouter","settings","disable_6in4") == "0" then %>checked<% end %>>
|
||||
<input type="checkbox" name="enable6in4" class="cbi-input-checkbox" value="1" <% if luci.model.uci.cursor():get("openmptcprouter","settings","disable_6in4") == "1" then %>checked<% end %>>
|
||||
</div>
|
||||
</div>
|
||||
<div class="cbi-value">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue