hotfixy wyglądu

This commit is contained in:
2024-03-11 23:43:10 +01:00
parent 241648ec49
commit 29b5e715fa
6 changed files with 80 additions and 84 deletions
+3 -1
View File
@@ -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') }}