From 78c91af473293ce3125dc74a177836110d726596 Mon Sep 17 00:00:00 2001 From: Rico Hoppe Date: Sat, 21 Oct 2023 16:25:45 +0000 Subject: [PATCH] fireinfo/modules/table-devices-and-groups: restyled the module --- src/templates/fireinfo/modules/table-devices-and-groups.html | 4 ++-- 1 file changed, 2 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 d5b2b755..868cedeb 100644 --- a/src/templates/fireinfo/modules/table-devices-and-groups.html +++ b/src/templates/fireinfo/modules/table-devices-and-groups.html @@ -1,6 +1,6 @@ {% for group, devices in groups %} -
-

{{ group }}

+
+

{{ group }}

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