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=1dacb6e24b6e062a597c74ca21a668fc73115323;hp=11c36d427ccc0e9f17b87078c62781cd1552a1d5;hb=c555814edbc934f781238ba6844e2f7e1afdc2e5;hpb=7fd4f84aa95e81c4b021498f57d8b57c8cc20db5 diff --git a/applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm b/applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm index 11c36d427..1dacb6e24 100644 --- a/applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm +++ b/applications/luci-app-travelmate/luasrc/view/travelmate/stations.htm @@ -1,5 +1,5 @@ <%# -Copyright 2017 Dirk Brenken (dev@brenken.org) +Copyright 2017-2018 Dirk Brenken (dev@brenken.org) This is free software, licensed under the Apache License, Version 2.0 -%> @@ -12,7 +12,6 @@ This is free software, licensed under the Apache License, Version 2.0 <%+header%>
-

<%:Wireless Stations%>

<%=translatef("Provides an overview of all configured uplinks for the travelmate interface (%s). You can edit, delete or re-order existing uplinks or scan for a new one. The currently used uplink is emphasized in blue.", trmiface)%>
@@ -36,21 +35,21 @@ This is free software, licensed under the Apache License, Version 2.0 local bssid = s.bssid or "-" local encryption = s.encryption or "-" local disabled = s.disabled or "" - local style = "color:#000000" + local style = "text-align:left;color:#000000" if disabled == "0" then - style = "color:#0069d6;font-weight:bold" + style = "text-align:left;color:#0069d6;font-weight:bold" end %> - <%=device%> - <%=ssid%> - <%=bssid%> - <%=encryption%> - + <%=device%> + <%=ssid%> + <%=bssid%> + <%=encryption%> + - + @@ -69,7 +68,7 @@ This is free software, licensed under the Apache License, Version 2.0
- +
<% end)