Dateimodal überarbeiten und Dateitypen pflegen

This commit is contained in:
2026-05-19 12:47:51 +02:00
parent 941f1d819b
commit 5fc7cc9604
13 changed files with 360 additions and 319 deletions

View File

@@ -289,6 +289,11 @@ const links = computed(() => {
to: "/standardEntity/contracttypes",
icon: "i-heroicons-document-duplicate",
} : null,
featureEnabled("files") ? {
label: "Dateitypen",
to: "/standardEntity/filetags",
icon: "i-heroicons-tag",
} : null,
has("vehicles") && featureEnabled("vehicles") ? {
label: "Fahrzeuge",
to: "/standardEntity/vehicles",