This commit is contained in:
Adrian Hopek
2022-04-06 10:01:22 +02:00
parent 82b4ada49e
commit 84b1805015
4 changed files with 97 additions and 58 deletions

View File

@@ -335,6 +335,14 @@ const navigation = computed(() =>
icon: SunIcon,
can: props.auth.can.manageVacationLimits,
},
{
name: 'Podsumowanie roczne',
href: '/vacation/annual-summary',
component: 'AnnualSummary',
icon: SunIcon,
can: true,
},
{
name: 'Użytkownicy',
href: '/users',