From: Rico Hoppe Date: Sat, 21 Oct 2023 16:25:45 +0000 (+0000) Subject: fireinfo/modules/table-devices-and-groups: restyled the module X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=78c91af473293ce3125dc74a177836110d726596;p=ipfire.org.git fireinfo/modules/table-devices-and-groups: restyled the module --- 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) %}