Dodano informację o offline

This commit is contained in:
2022-07-19 14:45:46 +02:00
parent 94cd7aaa60
commit ff7ca27fe6
3 changed files with 7 additions and 1 deletions
@@ -32,7 +32,11 @@
<Loading />
</div>
<span class="timetable-item empty" v-else-if="computedScheduledTrains.length == 0">
<span class="timetable-item empty" v-else-if="computedScheduledTrains.length == 0 && !station.onlineInfo">
{{ $t('scenery.offline') }}
</span>
<span class="timetable-item empty" v-else-if="computedScheduledTrains.length == 0">
{{ $t('scenery.no-timetables') }}
</span>