fix ifname in wifi overview (freifunk public status).
This commit is contained in:
parent
bccc6279fc
commit
30e344c60a
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ end
|
||||||
if bitrate ~= "N/A" then
|
if bitrate ~= "N/A" then
|
||||||
bitrate = ( bitrate / 1000 ).."Mb/s"
|
bitrate = ( bitrate / 1000 ).."Mb/s"
|
||||||
end
|
end
|
||||||
local interface = netiwdata.ifname or "N/A"
|
local interface = net.iwinfo.ifname or "N/A"
|
||||||
%>
|
%>
|
||||||
<tr class="cbi-section-table-row cbi-rowstyle-1">
|
<tr class="cbi-section-table-row cbi-rowstyle-1">
|
||||||
<td class="cbi-value-field" id="<%=net:ifname()%>-signal"><%=signal_string%></td>
|
<td class="cbi-value-field" id="<%=net:ifname()%>-signal"><%=signal_string%></td>
|
||||||
|
|
Loading…
Reference in a new issue