mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Dodano listę szlaków w widoku scenerii
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
:title="$t('desc.signals-type') + $t(`signals.${station.generalInfo.signalType}`)"
|
||||
/>
|
||||
|
||||
<img
|
||||
<!-- <img
|
||||
v-if="station.generalInfo && station.generalInfo.routes.sblRouteNames.length > 0"
|
||||
:src="icons.SBL"
|
||||
alt="sbl icon"
|
||||
@@ -35,7 +35,7 @@
|
||||
:title="
|
||||
$t('desc.TWB-routes') + station.generalInfo.routes.twoWay.filter(route => route.TWB).map(route => route.name).join(', ')
|
||||
"
|
||||
/>
|
||||
/> -->
|
||||
|
||||
<img v-if="station.generalInfo?.default" :src="icons.td2" alt="default scenery" :title="$t('desc.default')" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user