added first version of single ip page breakdiwn

This commit is contained in:
carnivuth
2026-02-22 21:53:18 +01:00
committed by Lorenzo Venerandi
parent 75722051d6
commit f7416518fe
3 changed files with 20 additions and 17 deletions

View File

@@ -180,7 +180,7 @@ async def htmx_access_logs_by_ip(
):
db = get_db()
result = db.get_access_logs_paginated(
page=max(1, page),page_size=25, ip_filter=ip_filter
page=max(1, page), page_size=25, ip_filter=ip_filter
)
# Normalize pagination key (DB returns total_attackers, template expects total)