X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=applications%2Fluci-app-travelmate%2Fluasrc%2Fview%2Ftravelmate%2Fstations.htm;h=402b1c15cf4c29f372fa3a37c882bfbb881f99ec;hp=cbb6c189b8132697497d3bdcee44611c6d8e0571;hb=a41215581d916d2716d6ffb2428a0cfd83bb4e92;hpb=2697ef81a1b395f3e0d53d8a536fb76205e60b04 diff --git a/applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm b/applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm index cbb6c189b..402b1c15c 100644 --- a/applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm +++ b/applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm @@ -22,6 +22,7 @@ This is free software, licensed under the Apache License, Version 2.0 <%:Device%> <%:SSID%> + <%:BSSID%> <%:Encryption%> <%:Actions%> @@ -32,6 +33,7 @@ This is free software, licensed under the Apache License, Version 2.0 local section = s['.name'] or "" local device = s.device or "" local ssid = s.ssid or "" + local bssid = s.bssid or "" local encryption = s.encryption or "" local disabled = s.disabled or "" local style = "color:#000000" @@ -42,14 +44,15 @@ This is free software, licensed under the Apache License, Version 2.0 <%=device%> <%=ssid%> + <%=bssid%> <%=encryption%> - - + + - - + + <% @@ -63,7 +66,7 @@ This is free software, licensed under the Apache License, Version 2.0 uci:foreach("wireless", "wifi-device", function(s) local device = s[".name"] %> -
+