From e06d7f926833d6fba19e57cb2211696e0bdbc6ad Mon Sep 17 00:00:00 2001 From: user Date: Sat, 23 Mar 2024 18:52:37 +0100 Subject: add login attempts chart --- src/templates/index.html | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) (limited to 'src/templates') diff --git a/src/templates/index.html b/src/templates/index.html index d90be7c..e5f602b 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -5,7 +5,8 @@ SSH login attempts - + + @@ -23,23 +24,28 @@ landchad.net - SSH Keys +
+
+ +
+

Top usernames

{% with data=top_usernames %} - {% include 'table.html' %} + {% include 'table.html' %} {% endwith %}

Top passwords

{% with data=top_passwords %} - {% include 'table.html' %} + {% include 'table.html' %} {% endwith %}

Latest login attempts

- {% with data=latest_login_attempts %} - {% include 'table.html' %} + {% with data=latest_login_attempts %} + {% include 'table.html' %} {% endwith %}
@@ -48,5 +54,11 @@ as your next password

+ + + \ No newline at end of file -- cgit v1.2.3