This commit is contained in:
2024-07-30 12:01:07 +02:00
parent c776100ed0
commit baa06b60fb
6 changed files with 282 additions and 13 deletions

View File

@@ -209,6 +209,10 @@ const links = computed(() => {
label: "Reparaturprozesse",
to: "/repairs/prozess/",
icon: "i-heroicons-bars-3-solid"
},{
label: "Labels",
to: "/settings/labels/",
icon: "i-heroicons-bars-3-solid"
}
]
},