1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Fix disable server in wizard

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-06-09 22:36:39 +02:00
parent d82777a0a1
commit 09226a29a7

View file

@ -115,7 +115,7 @@ end
<div class="cbi-value">
<label class="cbi-value-title"><%:Disable server%></label>
<div class="cbi-value-field">
<input class="cbi-input-radio" type="checkbox" name="<%=servername%>.openmptcprouter_vps_disabled" value="1" <% if uci:get("openmptcprouter",servername,"openmptcprouter_vps_disabled") == "1" then %>checked<% end %>/>
<input class="cbi-input-radio" type="checkbox" name="<%=servername%>.openmptcprouter_vps_disabled" value="1" <% if uci:get("openmptcprouter",servername,"disabled") == "1" then %>checked<% end %>/>
</div>
</div>
<%
@ -152,7 +152,7 @@ end
</div>
</div>
<div class="cbi-value">
<label class="cbi-value-title"><%:IPv6 ULA-Prefix%></label>
<label class="cbi-value-title"><%:IPv6 Prefix%></label>
<div class="cbi-value-field">
<input type="text" name="ula" class="cbi-input-text" value="<%=uci:get("network","globals","ula_prefix")%>" />
<br />