From 8321164514463de0eae7b7abb494eeedc5b47561 Mon Sep 17 00:00:00 2001 From: Lorenzo Venerandi Date: Wed, 4 Mar 2026 13:50:33 +0100 Subject: [PATCH 1/5] feat: enhance view request button with tooltip and SVG icon for better UX --- .../partials/access_by_ip_table.html | 5 ++- .../partials/attack_types_table.html | 5 ++- .../dashboard/partials/search_results.html | 5 ++- .../dashboard/partials/suspicious_table.html | 5 ++- src/templates/static/css/dashboard.css | 40 +++++++++++++++---- 5 files changed, 49 insertions(+), 11 deletions(-) diff --git a/src/templates/jinja2/dashboard/partials/access_by_ip_table.html b/src/templates/jinja2/dashboard/partials/access_by_ip_table.html index 5e7bd6c..76b35eb 100644 --- a/src/templates/jinja2/dashboard/partials/access_by_ip_table.html +++ b/src/templates/jinja2/dashboard/partials/access_by_ip_table.html @@ -45,7 +45,10 @@ {{ log.timestamp | format_ts }} {% if log.id %} - + {% endif %} diff --git a/src/templates/jinja2/dashboard/partials/attack_types_table.html b/src/templates/jinja2/dashboard/partials/attack_types_table.html index 4ac3369..905851b 100644 --- a/src/templates/jinja2/dashboard/partials/attack_types_table.html +++ b/src/templates/jinja2/dashboard/partials/attack_types_table.html @@ -62,7 +62,10 @@ {{ attack.timestamp | format_ts }} {% if attack.log_id %} - + {% endif %} + {% endif %} diff --git a/src/templates/jinja2/dashboard/partials/suspicious_table.html b/src/templates/jinja2/dashboard/partials/suspicious_table.html index 1b7f10b..73555b8 100644 --- a/src/templates/jinja2/dashboard/partials/suspicious_table.html +++ b/src/templates/jinja2/dashboard/partials/suspicious_table.html @@ -26,7 +26,10 @@ {{ activity.timestamp | format_ts(time_only=True) }} {% if activity.log_id %} - + {% endif %} {% endif %} diff --git a/src/templates/jinja2/dashboard/partials/attack_types_table.html b/src/templates/jinja2/dashboard/partials/attack_types_table.html index 905851b..fd80ac1 100644 --- a/src/templates/jinja2/dashboard/partials/attack_types_table.html +++ b/src/templates/jinja2/dashboard/partials/attack_types_table.html @@ -63,7 +63,7 @@ {% if attack.log_id %} {% endif %} diff --git a/src/templates/jinja2/dashboard/partials/search_results.html b/src/templates/jinja2/dashboard/partials/search_results.html index 533a3a8..70d8429 100644 --- a/src/templates/jinja2/dashboard/partials/search_results.html +++ b/src/templates/jinja2/dashboard/partials/search_results.html @@ -119,7 +119,7 @@ {% if attack.log_id %} {% endif %} diff --git a/src/templates/jinja2/dashboard/partials/suspicious_table.html b/src/templates/jinja2/dashboard/partials/suspicious_table.html index 73555b8..0ceb72b 100644 --- a/src/templates/jinja2/dashboard/partials/suspicious_table.html +++ b/src/templates/jinja2/dashboard/partials/suspicious_table.html @@ -27,7 +27,7 @@ {% if activity.log_id %} {% endif %} diff --git a/src/templates/static/css/dashboard.css b/src/templates/static/css/dashboard.css index 2802178..7297e89 100644 --- a/src/templates/static/css/dashboard.css +++ b/src/templates/static/css/dashboard.css @@ -1620,8 +1620,8 @@ tbody { background: rgba(88, 166, 255, 0.1); } .view-btn svg { - width: 16px; - height: 16px; + width: 18px; + height: 18px; fill: currentColor; } .view-btn-tooltip { @@ -1656,8 +1656,8 @@ tbody { transition: color 0.2s, background 0.2s; } .inspect-btn svg { - width: 16px; - height: 16px; + width: 18px; + height: 18px; fill: currentColor; } .inspect-btn:hover { From 0a102178db8ef544958df608c1af721ef5784cbd Mon Sep 17 00:00:00 2001 From: Lorenzo Venerandi Date: Wed, 4 Mar 2026 14:01:40 +0100 Subject: [PATCH 5/5] chore: update version and appVersion to 1.1.3 in Chart.yaml --- helm/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 49fac76..e4e1cee 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: krawl-chart description: A Helm chart for Krawl honeypot server type: application -version: 1.1.2 -appVersion: 1.1.2 +version: 1.1.3 +appVersion: 1.1.3 keywords: - honeypot - security