Dodano dziennik stacji (wersja testowa)

This commit is contained in:
2020-08-20 00:51:15 +02:00
parent 8793bcb796
commit ad2c6b7ae6
4 changed files with 226 additions and 9 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
class="table-item"
v-for="(station, i) in computedStations"
:key="i + station.stationHash"
@click="() => { if(station.online) setFocusedStation(station.stationName) }"
@click="() => { setFocusedStation(station.stationName) }"
>
<td
class="item-station-name"