MainNav Links Times/Profiles
This commit is contained in:
@@ -137,14 +137,9 @@ const links = computed(() => {
|
|||||||
defaultOpen:false,
|
defaultOpen:false,
|
||||||
icon: "i-heroicons-user-group",
|
icon: "i-heroicons-user-group",
|
||||||
children: [
|
children: [
|
||||||
... true ? [{
|
|
||||||
label: "Projektzeiten",
|
|
||||||
to: "/times",
|
|
||||||
icon: "i-heroicons-clock"
|
|
||||||
}] : [],
|
|
||||||
... true ? [{
|
... true ? [{
|
||||||
label: "Anwesenheiten",
|
label: "Anwesenheiten",
|
||||||
to: "/workingtimes",
|
to: "/staff/time",
|
||||||
icon: "i-heroicons-clock"
|
icon: "i-heroicons-clock"
|
||||||
}] : [],
|
}] : [],
|
||||||
... has("absencerequests") ? [{
|
... has("absencerequests") ? [{
|
||||||
@@ -244,7 +239,7 @@ const links = computed(() => {
|
|||||||
}] : [],
|
}] : [],
|
||||||
{
|
{
|
||||||
label: "Mitarbeiter",
|
label: "Mitarbeiter",
|
||||||
to: "/profiles",
|
to: "/staff/profiles",
|
||||||
icon: "i-heroicons-user-group"
|
icon: "i-heroicons-user-group"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user