Skip to content

Commit

Permalink
Index out of bounds fix (closes stalwartlabs/mail-server#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdecimus committed Oct 9, 2024
1 parent 06c5e23 commit a08b4bf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
<a href="https://mastodon.social/@stalwartlabs"><img src="https://img.shields.io/mastodon/follow/109929667531941122?style=flat-square&logo=mastodon&color=%236364ff&label=Follow%20on%20Mastodon" alt="Mastodon"></a>
&nbsp;
<a href="https://twitter.com/stalwartlabs"><img src="https://img.shields.io/twitter/follow/stalwartlabs?style=flat-square&logo=x&label=Follow%20on%20Twitter" alt="Twitter"></a>
&nbsp;
<a href="nostr:npub167hk2ermhky3pmudc3q0d2vnnhcesdgsrcqgywv447ls4xs5u89q5d6395"><img src="https://img.shields.io/nostr-band/followers/npub167hk2ermhky3pmudc3q0d2vnnhcesdgsrcqgywv447ls4xs5u89q5d6395?style=flat-square&logo=chatbot&label=Follow%20on%20Nostr" alt="Nostr"></a>
</p>
<p align="center">
<a href="https://discord.gg/jtgtCNj66U"><img src="https://img.shields.io/discord/923615863037390889?label=Join%20Discord&logo=discord&style=flat-square" alt="Discord"></a>
Expand Down
3 changes: 1 addition & 2 deletions src/pages/enterprise/dashboard.rs
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,7 @@ pub fn Dashboard() -> impl IntoView {
&metrics,
&[
&["security.authentication-ban"],
&["security.abuse-ban"],
&["security.scan-ban"],
&["security.abuse-ban", "security.scan-ban"],
&["security.loiter-ban"],
&["security.ip-blocked"],
],
Expand Down

0 comments on commit a08b4bf

Please sign in to comment.