From c4649d7c1700ebdc4ca25b2915c6345b4b24b5df Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 24 Aug 2021 19:50:02 +0200 Subject: tripinfo: use icon to indicate missing realtime data --- templates/tripinfo.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'templates/tripinfo.html') diff --git a/templates/tripinfo.html b/templates/tripinfo.html index e610224..dfa1757 100644 --- a/templates/tripinfo.html +++ b/templates/tripinfo.html @@ -14,8 +14,7 @@ An: ––:––
Plan: {{ tripinfo.plannedArrival.strftime('%H:%M') }} {% else %} - An: ??:?? -
Plan: {{ tripinfo.plannedArrival.strftime('%H:%M') }} + An: gps_off {{ tripinfo.plannedArrival.strftime('%H:%M') }} {% endif %} {% endif %} @@ -44,8 +43,7 @@ Ab: ––:––
Plan: {{ tripinfo.plannedDeparture.strftime('%H:%M') }} {% else %} - Ab: ??:?? -
Plan: {{ tripinfo.plannedDeparture.strftime('%H:%M') }} + Ab: gps_off {{ tripinfo.plannedDeparture.strftime('%H:%M') }} {% endif %} {% endif %} -- cgit v1.2.3