From 4b10d525bdf277ecc04873e6be0d5cc66a38561f Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Thu, 17 Dec 2020 16:07:55 -0800 Subject: [PATCH] networks: Use common styling for Wi-Fi network list Signed-off-by: Sunil Mohan Adapa Reviewed-by: Veiko Aasa --- .../modules/networks/templates/wifi_scan.html | 24 ++++++++++--------- 1 file changed, 13 insertions(+), 11 deletions(-) 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 }}%