Dateimodal überarbeiten und Dateitypen pflegen
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user