From 24169e365d34b34535f13bd7a300673c5e8d9ece Mon Sep 17 00:00:00 2001 From: Rico Hoppe Date: Tue, 28 Nov 2023 17:21:16 +0000 Subject: [PATCH] table-devices-and-groups: forgot to close a section -> fixed --- src/templates/fireinfo/modules/table-devices-and-groups.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/fireinfo/modules/table-devices-and-groups.html b/src/templates/fireinfo/modules/table-devices-and-groups.html index b09d2d69..5325984b 100644 --- a/src/templates/fireinfo/modules/table-devices-and-groups.html +++ b/src/templates/fireinfo/modules/table-devices-and-groups.html @@ -5,5 +5,5 @@ {% module FireinfoDeviceTable(devices, show_group=False) %} - + {% end %} -- 2.47.3