mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
statystyki dr (c.d.) + tłumaczenia
This commit is contained in:
@@ -52,7 +52,7 @@ import JournalStats from '../components/JournalView/JournalStats.vue';
|
||||
const statsButtons: Journal.StatsButton[] = [
|
||||
{
|
||||
tab: Journal.StatsTab.DISPATCHER_STATS,
|
||||
localeKey: 'journal.dispatcher-stats-button',
|
||||
localeKey: 'journal.dispatcher-stats.button',
|
||||
iconName: 'user',
|
||||
disabled: true
|
||||
}
|
||||
|
||||
@@ -159,13 +159,13 @@ export default defineComponent({
|
||||
statsButtons: [
|
||||
{
|
||||
tab: Journal.StatsTab.DAILY_STATS,
|
||||
localeKey: 'journal.daily-stats-button',
|
||||
localeKey: 'journal.daily-stats.button',
|
||||
iconName: 'stats',
|
||||
disabled: false
|
||||
},
|
||||
{
|
||||
tab: Journal.StatsTab.DRIVER_STATS,
|
||||
localeKey: 'journal.driver-stats-button',
|
||||
localeKey: 'journal.driver-stats.button',
|
||||
iconName: 'user',
|
||||
disabled: true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user