mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
chore: added max timetable speed; route pairing fix
This commit is contained in:
@@ -140,9 +140,14 @@
|
||||
tabindex="0"
|
||||
:data-tooltip="$t('trains.vmax-tooltip')"
|
||||
>
|
||||
vMax:
|
||||
{{ stockSpeedLimit }} km/h
|
||||
</em>
|
||||
</span>
|
||||
|
||||
<span v-if="train.timetableData?.trainMaxSpeed"
|
||||
>• vRJ: {{ train.timetableData.trainMaxSpeed }} km/h</span
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -270,7 +270,7 @@ export default defineComponent({
|
||||
arrivalLine: stop.arrivalLine,
|
||||
departureLine: stop.departureLine,
|
||||
|
||||
arrivalLineInfo,
|
||||
arrivalLineInfo: arrivalLineInfo,
|
||||
departureLineInfo,
|
||||
|
||||
isExternal,
|
||||
|
||||
Reference in New Issue
Block a user