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/wifi.template.html | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 src/templates/wifi.template.html (limited to 'src/templates/wifi.template.html') 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