From 98b144f23ce771a22dce73c827be7924993cfca5 Mon Sep 17 00:00:00 2001 From: Humberto Alfonso Díaz Date: Thu, 5 Dec 2019 13:06:24 +0100 Subject: FUNCT Add wifi support --- src/templates/main.template.html | 2 +- src/templates/wifi.template.html | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 src/templates/wifi.template.html (limited to 'src/templates') diff --git a/src/templates/main.template.html b/src/templates/main.template.html index 6965b5a..e37c935 100644 --- a/src/templates/main.template.html +++ b/src/templates/main.template.html @@ -33,7 +33,7 @@
-
+
Wifi
diff --git a/src/templates/wifi.template.html b/src/templates/wifi.template.html new file mode 100644 index 0000000..a2203c3 --- /dev/null +++ b/src/templates/wifi.template.html @@ -0,0 +1,35 @@ +
+

+
+
+ +
+
+ Wifi +
+
+ +
+
+

+
+ {{ #devices }} +
+
+ +
+
+
+ {{ properties.name }} +
+
+ {{ properties.ethernet.address}} +
+
+
+ {{ properties.strength }}% +
+
+ {{ /devices }} +
+
\ No newline at end of file -- cgit 1.2.3-korg