From: Rico Hoppe Date: Sat, 21 Oct 2023 17:56:24 +0000 (+0000) Subject: fireinfo/modules/table-devices-and-groups: added a container X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8e3e78ddb2e4dc45a718f0c2a7f21873aa7db287;p=ipfire.org.git fireinfo/modules/table-devices-and-groups: added a container --- 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 %}