X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=modules%2Fadmin-full%2Fluasrc%2Fview%2Fadmin_network%2Fwifi_overview.htm;h=046b769566e6cb6611f99f08c7a10004c4795765;hb=5e83af45ae21ff3b4f77309c667b738ec0982e70;hp=485ad4069d8fe6a24ddaad0777cfdfe80d1b82a4;hpb=fd052a6e648c309daacf0d0186f632f466e437d0;p=project%2Fluci.git diff --git a/modules/admin-full/luasrc/view/admin_network/wifi_overview.htm b/modules/admin-full/luasrc/view/admin_network/wifi_overview.htm index 485ad4069..046b76956 100644 --- a/modules/admin-full/luasrc/view/admin_network/wifi_overview.htm +++ b/modules/admin-full/luasrc/view/admin_network/wifi_overview.htm @@ -113,7 +113,7 @@ $Id$ <% if not has_iwinfo then %>
<%:Package libiwinfo required!%>
- <%_The libiwinfo package is not installed. You must install this component for working wireless configuration!%> + <%_The libiwinfo-lua package is not installed. You must install this component for working wireless configuration!%>
<% end %> @@ -300,7 +300,7 @@ $Id$ icon, assoclist[j].signal, assoclist[j].noise ); - tr.insertCell(-1).innerHTML = iw.ssid ? iw.ssid : '?'; + tr.insertCell(-1).innerHTML = String.format('%h', iw.ssid ? iw.ssid : '?'); tr.insertCell(-1).innerHTML = assoclist[j].bssid; tr.insertCell(-1).innerHTML = arptable[assoclist[j].bssid] @@ -356,9 +356,9 @@ $Id$ <%=guess_wifi_hw(dev:name())%> (<%=dev:name()%>)
- - ?device=<%=dev:name()%>'" title="<%:Find and join network%>" value="<%:Scan%>" /> - ?device=<%=dev:name()%>'" title="<%:Provide new network%>" value="<%:Add%>" /> + + ?device=<%=dev:name()%>'" title="<%:Find and join network%>" value="<%:Scan%>" /> + ?device=<%=dev:name()%>'" title="<%:Provide new network%>" value="<%:Add%>" /> @@ -375,10 +375,10 @@ $Id$ <%:Collecting data...%> - - - - '" title="<%:Delete this network%>" value="<%:Remove%>" /> + + + + '" title="<%:Delete this network%>" value="<%:Remove%>" /> <% end %>