mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Merge branch 'develop' into ipq60xx
This commit is contained in:
commit
722a9aeae4
1 changed files with 1 additions and 1 deletions
|
@ -593,7 +593,7 @@
|
||||||
<div class="cbi-map">
|
<div class="cbi-map">
|
||||||
<h2 name="content"><%:Wifi%></h2>
|
<h2 name="content"><%:Wifi%></h2>
|
||||||
<%
|
<%
|
||||||
uci:foreach("wireless","device", function(s)
|
uci:foreach("wireless","wifi-device", function(s)
|
||||||
%>
|
%>
|
||||||
<h3><%=s[".name"]%> - <%=uci:get("wireless",s[".name"],"band")%></h3>
|
<h3><%=s[".name"]%> - <%=uci:get("wireless",s[".name"],"band")%></h3>
|
||||||
<input type="hidden" name="wifi.<%=s[".name"]%>" value="<%=s[".name"]%>" />
|
<input type="hidden" name="wifi.<%=s[".name"]%>" value="<%=s[".name"]%>" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue