mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Poprawki statusów danych
This commit is contained in:
@@ -242,6 +242,13 @@ export default defineComponent({
|
||||
return;
|
||||
}
|
||||
|
||||
if (timetableDataStatus == DataStatus.Loading) {
|
||||
this.setSignalStatus(timetableDataStatus);
|
||||
this.indicator.status = timetableDataStatus;
|
||||
this.indicator.message = 'Ładowanie rozkładów jazdy...';
|
||||
return;
|
||||
}
|
||||
|
||||
this.setSignalStatus(DataStatus.Loaded);
|
||||
|
||||
this.indicator.status = DataStatus.Loaded;
|
||||
|
||||
Reference in New Issue
Block a user