From aff64c354cd62c98f830e3d6531d4342d639e0d7 Mon Sep 17 00:00:00 2001 From: Ziver Koc Date: Mon, 27 Feb 2023 23:34:20 +0100 Subject: [PATCH] Fixing incorrect position of UI button --- .../resources/web/zigbee_network.tmpl | 30 ++++++++++--------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/plugins/hal-zigbee/resources/web/zigbee_network.tmpl b/plugins/hal-zigbee/resources/web/zigbee_network.tmpl index 0d498da1..62e9d553 100644 --- a/plugins/hal-zigbee/resources/web/zigbee_network.tmpl +++ b/plugins/hal-zigbee/resources/web/zigbee_network.tmpl @@ -124,6 +124,7 @@ Name Last Value Last Report Time + {{#.getAttributes()}} @@ -131,6 +132,20 @@ {{.getName()}} {{.getLastValue()}} {{.getLastReportTime().getTimeInMillis()}} + +
+ + + + + +
+ +
+
+ {{/.getAttributes()}} @@ -163,20 +178,7 @@ {{.getName()}} {{.getLastValue()}} {{.getLastReportTime().getTimeInMillis()}} - -
- - - - - -
- -
-
- + {{/.getAttributes()}}