From 47f6775cab78215b04dcf0b9dd2296ab11430648 Mon Sep 17 00:00:00 2001 From: "R. Miles McCain" Date: Tue, 14 Apr 2020 17:54:56 -0400 Subject: [PATCH] Fix service session design --- .../dashboard/templates/dashboard/pages/service_session.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/shynet/dashboard/templates/dashboard/pages/service_session.html b/shynet/dashboard/templates/dashboard/pages/service_session.html index b146ca6..db118cc 100644 --- a/shynet/dashboard/templates/dashboard/pages/service_session.html +++ b/shynet/dashboard/templates/dashboard/pages/service_session.html @@ -18,8 +18,7 @@

{{session.start_time|date:"M j Y, g:i a"}} to - {{session.last_seen|date:"g:i a"}}

- {% if session.is_currently_active %}Online{% endif %} + {{session.last_seen|date:"g:i a"}}{% if session.is_currently_active %} Online{% endif %}