Changed Tasks List
Created Time creation Added VueDatepicker Package
This commit is contained in:
@@ -57,25 +57,41 @@ const navLinks = [
|
||||
]
|
||||
},
|
||||
{
|
||||
label: "Aufgaben",
|
||||
to: "/tasks",
|
||||
icon: "i-heroicons-rectangle-stack"
|
||||
label: "Aufträge",
|
||||
icon: "i-heroicons-square-3-stack-3d",
|
||||
children: [
|
||||
{
|
||||
label: "Projekte",
|
||||
to: "/projects",
|
||||
icon: "i-heroicons-clipboard-document-check"
|
||||
},
|
||||
{
|
||||
label: "Jobs",
|
||||
to: "/jobs",
|
||||
icon: "i-heroicons-square-3-stack-3d"
|
||||
},
|
||||
{
|
||||
label: "Verträge",
|
||||
to: "/contracts",
|
||||
icon: "i-heroicons-clipboard-document"
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
label: "Plantafel",
|
||||
to: "/planningBoard",
|
||||
icon: "i-heroicons-calendar-days"
|
||||
},
|
||||
|
||||
{
|
||||
label: "Projekte",
|
||||
to: "/projects",
|
||||
icon: "i-heroicons-clipboard-document-check"
|
||||
},
|
||||
{
|
||||
label: "Jobs",
|
||||
to: "/jobs",
|
||||
icon: "i-heroicons-square-3-stack-3d"
|
||||
label: "Planung",
|
||||
icon: "i-heroicons-square-3-stack-3d",
|
||||
children: [
|
||||
{
|
||||
label: "Aufgaben",
|
||||
to: "/tasks",
|
||||
icon: "i-heroicons-rectangle-stack"
|
||||
},
|
||||
{
|
||||
label: "Plantafel",
|
||||
to: "/planningBoard",
|
||||
icon: "i-heroicons-calendar-days"
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
label: "Dokumente",
|
||||
@@ -219,7 +235,7 @@ const items = [
|
||||
/>
|
||||
<img
|
||||
v-else
|
||||
src="/spaces_hell.svg"
|
||||
src="/spaces.svg"
|
||||
alt="Logo Dunkel"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user