Restructured Update Process Into Store
This commit is contained in:
@@ -42,11 +42,6 @@ const userMenuItems = ref([
|
||||
label: 'Benutzer',
|
||||
icon: 'i-heroicons-user-group',
|
||||
to: "/users"
|
||||
},
|
||||
{
|
||||
label: 'Chat',
|
||||
icon: 'i-heroicons-user-group',
|
||||
to: "/chat"
|
||||
}
|
||||
])
|
||||
|
||||
@@ -133,7 +128,7 @@ const navLinks = [
|
||||
]
|
||||
},
|
||||
{
|
||||
label: "Planung",
|
||||
label: "Verwaltung",
|
||||
icon: "i-heroicons-square-3-stack-3d",
|
||||
children: [
|
||||
{
|
||||
@@ -151,12 +146,17 @@ const navLinks = [
|
||||
to: "/calendar/grid",
|
||||
icon: "i-heroicons-calendar-days"
|
||||
},
|
||||
{
|
||||
label: "Dokumente",
|
||||
to: "/documents",
|
||||
icon: "i-heroicons-document"
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
label: "Dokumente",
|
||||
to: "/documents",
|
||||
icon: "i-heroicons-document"
|
||||
label: "Chat",
|
||||
to: "/chat",
|
||||
icon:'i-heroicons-chat-bubble-left-right'
|
||||
},
|
||||
{
|
||||
label: "Mitarbeiter",
|
||||
@@ -169,7 +169,7 @@ const navLinks = [
|
||||
},
|
||||
{
|
||||
label: "Abwesenheiten",
|
||||
to: "/employees/absenceRequests",
|
||||
to: "/absenceRequests",
|
||||
icon: "i-heroicons-document-text"
|
||||
}
|
||||
]
|
||||
@@ -190,7 +190,7 @@ const navLinks = [
|
||||
},
|
||||
{
|
||||
label: "Lagerplätze",
|
||||
to: "/inventory/spaces",
|
||||
to: "/spaces",
|
||||
icon: "i-heroicons-square-3-stack-3d"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user