]> git.ipfire.org Git - ipfire.org.git/commitdiff
fireinfo/modules/table-devices-and-groups: restyled the module
authorRico Hoppe <rico.hoppe@ipfire.org>
Sat, 21 Oct 2023 16:25:45 +0000 (16:25 +0000)
committerRico Hoppe <rico.hoppe@ipfire.org>
Sat, 21 Oct 2023 16:25:45 +0000 (16:25 +0000)
src/templates/fireinfo/modules/table-devices-and-groups.html

index d5b2b75591640a7d75d31d9aa42ed697456bc27a..868cedeb8a5f240c0a0e45384097d4ad3f7b6b0a 100644 (file)
@@ -1,6 +1,6 @@
 {% for group, devices in groups %}
-       <div class="mb-5">
-               <h4>{{ group }}</h4>
+       <section class="section">
+               <h4 class="title is-4">{{ group }}</h4>
 
                {% module FireinfoDeviceTable(devices, show_group=False) %}
        </div>