add separate icons for DARTs

This commit is contained in:
Andrew
2023-03-08 16:38:53 +00:00
parent 52aa4ca8f7
commit 1244917642
5 changed files with 19 additions and 4 deletions

View File

@ -7,6 +7,7 @@
<div id= "sidebarDiv">
<h2>Train Code: {{ store.selectedDataMap["TrainCode"] }}</h2>
<p id = "typeP">Type: {{ store.selectedDataMap["TrainType"] }}</p>
<p id = "dateP">Date: {{ store.selectedDataMap["TrainDate"] }}</p>
<p id = "dateP">Status: {{ store.selectedDataMap["TrainStatus"] }}</p>
<p id = "dateP">Train Position - Long: {{ store.selectedDataMap["TrainLongitude"] }} Lat: {{ store.selectedDataMap["TrainLatitude"] }}</p>
@ -66,4 +67,4 @@ export default {
color:red;
}
</style>
</style>