From ea7afcb5aac486f7ed67918d728a705719f4dc48 Mon Sep 17 00:00:00 2001 From: Ahmad-Wahid Date: Sat, 14 Mar 2026 05:18:20 +0100 Subject: [PATCH] update asset tree to be interactive Signed-off-by: Ahmad-Wahid --- flexmeasures/ui/templates/_macros.html | 328 ++++++++++++------------- 1 file changed, 154 insertions(+), 174 deletions(-) diff --git a/flexmeasures/ui/templates/_macros.html b/flexmeasures/ui/templates/_macros.html index 09dccecf3d..1076219c70 100644 --- a/flexmeasures/ui/templates/_macros.html +++ b/flexmeasures/ui/templates/_macros.html @@ -1,185 +1,165 @@ {% macro show_tree(assets, current_asset_name) %} -
-
+
+
+ + {% endmacro %} @@ -201,5 +181,5 @@ {% endif %} {% endfor %} - + {% endmacro %}