diff --git a/src/components/StationsView/StationTable.vue b/src/components/StationsView/StationTable.vue index fa40e7a..81bc8f1 100644 --- a/src/components/StationsView/StationTable.vue +++ b/src/components/StationsView/StationTable.vue @@ -47,7 +47,7 @@ default: station.generalInfo?.default, 'non-public': station.generalInfo?.nonPublic, online: station.onlineInfo, - 'station-unavailable': station.generalInfo?.unavailable, + unavailable: station.generalInfo?.unavailable, }" > {{ station.generalInfo.project }} @@ -57,18 +57,22 @@ {{ station.generalInfo.reqLevel >= 2 ? station.generalInfo.reqLevel : 'L' }} + + non-public + + - non-public + unavailable @@ -167,13 +171,6 @@ :title="$t('desc.SBL') + `${station.generalInfo.SBL}`" /> - icon-unavailable - icon-unknown @@ -384,14 +381,20 @@ tr.station { td.station { &_name { + font-weight: bold; + &.default { - font-weight: bold; color: $accentCol; } &.non-public { color: #bebebe; } + + &.unavailable { + font-weight: 500; + color: #bebebe; + } } &_level,