mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Filtry dziennika dyżurnych
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
:class="{ checked: journalTypeChosen == 'timetables' }"
|
||||
@click="changeJournalType('timetables')"
|
||||
>
|
||||
ROZKŁADY JAZDY
|
||||
{{ $t('journal.section-timetables') }}
|
||||
</button>
|
||||
•
|
||||
<button
|
||||
@@ -14,7 +14,7 @@
|
||||
:class="{ checked: journalTypeChosen == 'dispatchers' }"
|
||||
@click="changeJournalType('dispatchers')"
|
||||
>
|
||||
DYŻURNI
|
||||
{{ $t('journal.section-dispatchers') }}
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user