mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Fix wifi device display
This commit is contained in:
parent
5a83b897eb
commit
8468da5bcc
1 changed files with 1 additions and 1 deletions
|
@ -593,7 +593,7 @@
|
|||
<div class="cbi-map">
|
||||
<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>
|
||||
<input type="hidden" name="wifi.<%=s[".name"]%>" value="<%=s[".name"]%>" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue