]> git.ipfire.org Git - ipfire.org.git/commitdiff
fireinfo/modules/table-devices-and-groups: added a container
authorRico Hoppe <rico.hoppe@ipfire.org>
Sat, 21 Oct 2023 17:56:24 +0000 (17:56 +0000)
committerRico Hoppe <rico.hoppe@ipfire.org>
Sat, 21 Oct 2023 17:56:24 +0000 (17:56 +0000)
src/templates/fireinfo/modules/table-devices-and-groups.html

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