diff --git a/src/components/StationsView/StationTable.vue b/src/components/StationsView/StationTable.vue index b06478e..9ee51e3 100644 --- a/src/components/StationsView/StationTable.vue +++ b/src/components/StationsView/StationTable.vue @@ -4,302 +4,299 @@ v-if="apiStore.dataStatuses.connection == Status.Loading && filteredStationList.length == 0" /> -
|
-
-
-
- |
-
-
-
- |
- ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| - | - {{ - station.generalInfo.project - }} - {{ station.name }} - | + + -
-
-
- {{ station.generalInfo.reqLevel >= 2 ? station.generalInfo.reqLevel : 'L' }}
-
-
-
- |
-
-
- |
+
+
-
-
-
- |
+
+
- {{ station.onlineInfo.dispatcherName }}
-
-
-
+ |
+ + | |||||||||
| + {{ + station.generalInfo.project + }} + {{ station.name }} + | + ++ -1 && + station.generalInfo.availability != 'nonPublic' && + station.generalInfo.availability != 'unavailable' " + :style="calculateExpStyle(station.generalInfo.reqLevel)" > - {{ station.onlineInfo.dispatcherExp < 2 ? 'L' : station.onlineInfo.dispatcherExp }} + {{ station.generalInfo.reqLevel >= 2 ? station.generalInfo.reqLevel : 'L' }} - | -
-
-
- {{ station.generalInfo.routes.singleElectrifiedNames.length }}
-
+
+ |
+
+
+ |
+
+
+
+
+
+ {{ station.onlineInfo.dispatcherName }}
- |
+
+
-
-
-
- {{ station.generalInfo.routes.doubleElectrifiedNames.length }}
-
+
-
+
+ {{ station.onlineInfo.dispatcherExp < 2 ? 'L' : station.onlineInfo.dispatcherExp }}
+
+ |
-
- {{ station.generalInfo.routes.doubleOtherNames.length }}
-
- |
-
- + |
+
-
+ |
-
+
+
+ {{ station.generalInfo.routes.doubleElectrifiedNames.length }}
+
-
+ |
- + | + {{ $t(`controls.abbrevs.${station.generalInfo.controlType}`) }} + -- {{ station.onlineInfo?.dispatcherRate ?? '-' }} - | +- {{ station.onlineInfo?.spawns.length ?? '-' }} - | +- {{ station.onlineInfo?.scheduledTrainCount.all ?? '-' }} - | +- {{ station.onlineInfo?.scheduledTrainCount.unconfirmed ?? '-' }} - | +- {{ station.onlineInfo?.scheduledTrainCount.confirmed ?? '-' }} - | -