From ca98a06d7bad0255835508098d47b99f25d02faa Mon Sep 17 00:00:00 2001 From: Marcel Date: Wed, 8 Nov 2023 17:13:45 +0100 Subject: [PATCH] correctly display r09 meta-information in the vehicle popup --- .../map-vehicle-info.component.html | 4 ++-- src/locales/en-US.xlf | 17 ++++++++++++++++- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/src/app/pages/map/map-vehicle-info/map-vehicle-info.component.html b/src/app/pages/map/map-vehicle-info/map-vehicle-info.component.html index df6fa90..07683fe 100644 --- a/src/app/pages/map/map-vehicle-info/map-vehicle-info.component.html +++ b/src/app/pages/map/map-vehicle-info/map-vehicle-info.component.html @@ -35,13 +35,13 @@ Source {{getSourceDisplayName(vehicle.source)}} -
+
R09 Reporting Point {{vehicle.r09_reporting_point}}
-
+
R09 Destination {{vehicle.r09_destination_number}}
diff --git a/src/locales/en-US.xlf b/src/locales/en-US.xlf index 590bd8c..1482400 100644 --- a/src/locales/en-US.xlf +++ b/src/locales/en-US.xlf @@ -875,6 +875,10 @@ src/app/pages/region/region-list/region-list.component.html 11 + + src/app/pages/region/region-map-reporting-point-info/region-map-reporting-point-info.component.html + 11 + src/app/pages/region/region-reporting-point-info/region-reporting-point-info.component.html 3 @@ -898,6 +902,10 @@ src/app/pages/region/region-list/region-list.component.html 12 + + src/app/pages/region/region-map-reporting-point-info/region-map-reporting-point-info.component.html + 15 + src/app/pages/region/region-reporting-point-info/region-reporting-point-info.component.html 7 @@ -1012,6 +1020,13 @@ 27 + + Reporting Point + + src/app/pages/region/region-map-reporting-point-info/region-map-reporting-point-info.component.html + 3 + + Run Owner @@ -1442,7 +1457,7 @@ Track was successfully deleted. src/app/pages/track/track-view/track-view.component.ts - 96 + 104