mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
hotfixy wyglądu
This commit is contained in:
@@ -286,7 +286,9 @@
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<Loading v-if="apiStore.dataStatuses.connection == Status.Loading" />
|
||||
<Loading
|
||||
v-if="apiStore.dataStatuses.connection == Status.Loading && stations.length == 0"
|
||||
/>
|
||||
|
||||
<div class="no-stations" v-else-if="stations.length == 0">
|
||||
{{ $t('sceneries.no-stations') }}
|
||||
|
||||
Reference in New Issue
Block a user