From: Michael Tremer Date: Wed, 14 Jan 2026 15:24:42 +0000 (+0000) Subject: dbl: Center the domain status on the history listing X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc3effde1fd86751c80c1aeca5fe4ba518195bd1;p=ipfire.org.git dbl: Center the domain status on the history listing Signed-off-by: Michael Tremer --- diff --git a/src/templates/dbl/lists/domain.html b/src/templates/dbl/lists/domain.html index 9afb8008..eb271343 100644 --- a/src/templates/dbl/lists/domain.html +++ b/src/templates/dbl/lists/domain.html @@ -164,15 +164,15 @@ {# Show the current status #} {% if event.allows %} - + {{ _("Allowed") }} {% elif event.blocks %} - + {{ _("Blocked") }} {% else %} - + {{ _("Not Listed") }} {% end %}