1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2022-10-12 19:38:47 +02:00
parent 5a83b897eb
commit 8468da5bcc

View file

@ -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"]%>" />