moved times/index

This commit is contained in:
2025-06-01 18:23:14 +02:00
parent 03231ab3f3
commit 4346fbffe5
2 changed files with 67 additions and 73 deletions

View File

@@ -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"
}
]
}