diff --git a/components/EntityShow.vue b/components/EntityShow.vue index 76babf2..6f5291f 100644 --- a/components/EntityShow.vue +++ b/components/EntityShow.vue @@ -1,5 +1,7 @@ + + + + \ No newline at end of file diff --git a/components/MainNav.vue b/components/MainNav.vue index 0910382..75586b3 100644 --- a/components/MainNav.vue +++ b/components/MainNav.vue @@ -126,7 +126,7 @@ const links = computed(() => { children: [ ... profileStore.ownTenant.features.timeTracking ? [{ label: "Zeiterfassung", - to: "/employees/timetracking", + to: "/times", icon: "i-heroicons-clock" }] : [], ... profileStore.ownTenant.features.workingTimeTracking ? [{ @@ -319,6 +319,10 @@ const links = computed(() => { label: "Projekttypen", to: "/projecttypes", icon: "i-heroicons-clipboard-document-list" + },{ + label: "Export", + to: "/export", + icon: "i-heroicons-clipboard-document-list" } ] } diff --git a/components/displayOpenBalances.vue b/components/displayOpenBalances.vue index 6b08a3b..c835831 100644 --- a/components/displayOpenBalances.vue +++ b/components/displayOpenBalances.vue @@ -52,7 +52,7 @@ setupPage()