From daa2300710a39694c2e4559c9c7a3bfbdc20b1bd Mon Sep 17 00:00:00 2001
From: bd <51322242+bdwebnet@users.noreply.github.com>
Date: Thu, 6 Jul 2023 12:51:26 +0200
Subject: [PATCH] changed color of blocked ips edit links on fail2ban admin
page
---
data/web/templates/admin/tab-config-f2b.twig | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/data/web/templates/admin/tab-config-f2b.twig b/data/web/templates/admin/tab-config-f2b.twig
index c15fb72f..7f8f02d9 100644
--- a/data/web/templates/admin/tab-config-f2b.twig
+++ b/data/web/templates/admin/tab-config-f2b.twig
@@ -99,9 +99,9 @@
({{ active_ban.banned_until }}) -
{% if active_ban.queued_for_unban == 0 %}
- [{{ lang.admin.queue_unban }}]
- [whitelist]
- [blacklist (needs restart)]
+ [{{ lang.admin.queue_unban }}]
+ [whitelist]
+ [blacklist (needs restart)]
{% else %}
{{ lang.admin.unban_pending }}
{% endif %}