From 0153b1f847f1fd0c18c142794f5a647025669d5a Mon Sep 17 00:00:00 2001 From: Casper Verswijvelt Date: Tue, 15 Jun 2021 21:29:59 +0200 Subject: [PATCH] Fix ellipsis in multiple tables (#152) --- shynet/dashboard/templates/dashboard/pages/service.html | 8 ++++---- shynet/dashboard/templatetags/helpers.py | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/shynet/dashboard/templates/dashboard/pages/service.html b/shynet/dashboard/templates/dashboard/pages/service.html index 75b9281..911c9cf 100644 --- a/shynet/dashboard/templates/dashboard/pages/service.html +++ b/shynet/dashboard/templates/dashboard/pages/service.html @@ -184,7 +184,7 @@ {% include 'dashboard/includes/bar.html' with count=os.count max=stats.operating_systems.0.count total=stats.session_count %}
- {{os.os|iconify}}{{os.os|default:"Unknown"}} + {{os.os|iconify}}{{os.os|default:"Unknown"}}
@@ -219,7 +219,7 @@ {% include 'dashboard/includes/bar.html' with count=browser.count max=stats.browsers.0.count total=stats.session_count %}
- {{browser.browser|iconify}}{{browser.browser|default:"Unknown"}} + {{browser.browser|iconify}}{{browser.browser|default:"Unknown"}}
@@ -253,7 +253,7 @@ {% include 'dashboard/includes/bar.html' with count=device_type.count max=stats.device_types.0.count total=stats.session_count %}
- {{device_type.device_type|default:"Unknown"|title}} + {{device_type.device_type|default:"Unknown"|title}}
@@ -274,7 +274,7 @@ -
+