public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
254778fb
data/web/templates/admin/tab-config-f2b.twig | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
Diff
diff --git a/data/web/templates/admin/tab-config-f2b.twig b/data/web/templates/admin/tab-config-f2b.twig
index adbd4af1..5c4c2a24 100644
--- a/data/web/templates/admin/tab-config-f2b.twig
+++ b/data/web/templates/admin/tab-config-f2b.twig
@@ -97,12 +97,14 @@
{% endfor %}
<hr>
{% for perm_ban in f2b_data.perm_bans %}
- <span class="label label-danger" style="padding: 0.1em 0.4em 0.1em;">
- <i class="bi bi-funnel-fill"></i>
- <a href="https://bgp.he.net/ip/{{ perm_ban.ip }}" target="_blank" style="color:white">
- {{ perm_ban.network }}
- </a>
- </span>
+ <p>
+ <span class="label label-danger" style="padding: 0.1em 0.4em 0.1em;">
+ <i class="bi bi-funnel-fill"></i>
+ <a href="https://bgp.he.net/ip/{{ perm_ban.ip }}" target="_blank" style="color:white">
+ {{ perm_ban.network }}
+ </a>
+ </span>
+ </p>
{% endfor %}
</div>
</div>