Skip to content
Snippets Groups Projects
Commit 7d966c32 authored by Julian's avatar Julian
Browse files

Display mascot if there are no timetables

parent d9c6b7d3
No related branches found
No related tags found
1 merge request!393Resolve "Loading animation for timetable object select on left side of timetables"
......@@ -138,6 +138,14 @@ export default {
</div>
</div>
</template>
<template #no-data>
<div class="d-flex flex-column align-center justify-center">
<mascot type="ready_for_items" width="33%" min-width="250px" />
<div class="mb-2">
{{ $t("chronos.timetable.no_timetables_in_term") }}
</div>
</div>
</template>
</v-data-iterator>
</div>
</template>
......
......@@ -46,6 +46,7 @@
"menu_title_all": "Alle Stundenpläne",
"menu_title_my": "Mein Stundenplan",
"next": "Nächster Stundenplan",
"no_timetables_in_term": "Keine Stundenpläne im ausgewählten Schuljahr",
"no_timetable_selected": {
"description": "Wählen Sie auf der linken Seite einen Stundenplan aus, um ihn hier anzuzeigen",
"title": "Kein Stundenplan ausgewählt"
......
......@@ -17,7 +17,8 @@
"groups": "Groups",
"teachers": "Teachers",
"rooms": "Rooms"
}
},
"no_timetables_in_term": "No timetables in the selected school term."
},
"lessons": {
"menu_title_daily": "Daily lessons"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment