]> git.ipfire.org Git - ipfire.org.git/commitdiff
dbl: Center the domain status on the history listing
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 14 Jan 2026 15:24:42 +0000 (15:24 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 14 Jan 2026 15:24:42 +0000 (15:24 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/dbl/lists/domain.html

index 9afb80089326a68ebf68191a314e46a038a45a6a..eb27134371ca7be5a6d270f2828ae55f494948eb 100644 (file)
 
                                                                {# Show the current status #}
                                                                {% if event.allows %}
-                                                                       <td class="is-narrow is-success">
+                                                                       <td class="is-narrow is-success has-text-centered">
                                                                                {{ _("Allowed") }}
                                                                        </td>
                                                                {% elif event.blocks %}
-                                                                       <td class="is-narrow is-danger">
+                                                                       <td class="is-narrow is-danger has-text-centered">
                                                                                {{ _("Blocked") }}
                                                                        </td>
                                                                {% else %}
-                                                                       <td class="is-narrow">
+                                                                       <td class="is-narrow has-text-centered">
                                                                                {{ _("Not Listed") }}
                                                                        </td>
                                                                {% end %}