diff --git a/plinth/modules/networks/templates/wifi_scan.html b/plinth/modules/networks/templates/wifi_scan.html index 69abc17fb..c7011e363 100644 --- a/plinth/modules/networks/templates/wifi_scan.html +++ b/plinth/modules/networks/templates/wifi_scan.html @@ -12,18 +12,20 @@
-
+
{% for access_point in access_points %} -
- {% if access_point.ssid %} - - {{ access_point.ssid }} - - {% else %} - -- - {% endif %} - +
+ + {% if access_point.ssid %} + + {{ access_point.ssid }} + + {% else %} + -- + {% endif %} + + + {{ access_point.strength }}%