Zmiany w wyświetlaniu trasy pocągu, poprawki w wyglądzie tabel

This commit is contained in:
2020-11-05 11:44:30 +01:00
parent 42f84643cc
commit a79307c6b2
7 changed files with 71 additions and 18 deletions
+1
View File
@@ -33,6 +33,7 @@ export default interface Station {
driverName: string;
driverId: number;
currentStationName: string;
currentStationHash: string;
category: string;
stopInfo: TrainStop;
+1
View File
@@ -11,6 +11,7 @@ export default interface Train {
trainNo: number;
driverName: string;
currentStationName: string;
currentStationHash: string;
locoURL: string;
locoType: string;
online: boolean;