diff --git a/src/components/StationsView/StationStats.vue b/src/components/StationsView/StationStats.vue index fbd88e8..e195f0d 100644 --- a/src/components/StationsView/StationStats.vue +++ b/src/components/StationsView/StationStats.vue @@ -22,10 +22,10 @@
-
-
- {{ $t('station-stats.u-factor') }} +
-
+ +
  • {{ $t('station-stats.avg-timetable-count') }} {{ avgTimetableCount.toFixed(2) }} -
  • -
    + +
  • {{ $t('station-stats.single-track-count') }} {{ trackCount.oneWay }} ({{ trackCount.oneWayElectric }} ⚡) -
  • -
    + +
  • {{ $t('station-stats.double-track-count') }} {{ trackCount.twoWay }} ({{ trackCount.twoWayElectric }} ⚡) -
  • -
    + +
  • {{ $t('station-stats.cross-sceneries') }} {{ trackCount.crossTrack }} ({{ trackCount.crossTrackElectric }} ⚡) -
  • -
    + +
  • {{ $t('station-stats.open-spawns') }} {{ spawnCount.passenger }} - PAS / {{ spawnCount.freight }} - TOW / {{ spawnCount.loco }} - LUZ / {{ spawnCount.all }} - ALL -
  • -
    + +
    @@ -191,6 +191,7 @@ export default defineComponent({