mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
合并Ysurac/develop的拉取请求#73
sync
This commit is contained in:
commit
d1e9eda828
13 changed files with 52 additions and 2 deletions
|
@ -673,13 +673,14 @@
|
|||
<%
|
||||
end
|
||||
%>
|
||||
<!--
|
||||
<div class="cbi-value" id="cbi-network-<%=ifname%>-ip6" data-depends="[{"enableipv6":"0","cbid.network.<%=ifname%>.proto":"static"}]" data-index="10">
|
||||
<label class="cbi-value-title"><%:Accept IPv6 RA%></label>
|
||||
<div class="cbi-value-field">
|
||||
<input type="checkbox" id="cbid.network.<%=ifname%>.ipv6" name="cbid.network.<%=ifname%>.ipv6" value="1" <% if uci:get("network",ifname,"ipv6") == "1" then %>checked<% end %> />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
-->
|
||||
<div class="cbi-value" id="cbi-network-<%=ifname%>-device-ncm" data-depends="[{"cbid.network.<%=ifname%>.proto":"ncm"}]" data-index="5">
|
||||
<label class="cbi-value-title"><%:Device%></label>
|
||||
<div class="cbi-value-field">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue