From 8e3e78ddb2e4dc45a718f0c2a7f21873aa7db287 Mon Sep 17 00:00:00 2001 From: Rico Hoppe Date: Sat, 21 Oct 2023 17:56:24 +0000 Subject: [PATCH] fireinfo/modules/table-devices-and-groups: added a container --- .../fireinfo/modules/table-devices-and-groups.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/templates/fireinfo/modules/table-devices-and-groups.html b/src/templates/fireinfo/modules/table-devices-and-groups.html index 868cedeb..b09d2d69 100644 --- a/src/templates/fireinfo/modules/table-devices-and-groups.html +++ b/src/templates/fireinfo/modules/table-devices-and-groups.html @@ -1,7 +1,9 @@ {% for group, devices in groups %}
-

{{ group }}

+
+

{{ group }}

- {% module FireinfoDeviceTable(devices, show_group=False) %} + {% module FireinfoDeviceTable(devices, show_group=False) %} +
{% end %} -- 2.47.3