From f54b67ef0f4efaede3a341ca7a0818dc3e28b69f Mon Sep 17 00:00:00 2001 From: CasperVerswijvelt Date: Wed, 21 Apr 2021 18:00:58 +0200 Subject: [PATCH] Ellipsis overflow for long url on hit page --- shynet/dashboard/templates/dashboard/pages/service_session.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shynet/dashboard/templates/dashboard/pages/service_session.html b/shynet/dashboard/templates/dashboard/pages/service_session.html index f650a90..d48a0e0 100644 --- a/shynet/dashboard/templates/dashboard/pages/service_session.html +++ b/shynet/dashboard/templates/dashboard/pages/service_session.html @@ -72,7 +72,7 @@
-

{{hit.location|default:"Unknown"|urlize}}

+

{{hit.location|default:"Unknown"|urlize}}

{% if hit.referrer %}

via {{hit.referrer|urlize}}

{% endif %}