Changes
This commit is contained in:
@@ -187,8 +187,11 @@ const links = computed(() => {
|
|||||||
label: "Leistungen",
|
label: "Leistungen",
|
||||||
to: "/services",
|
to: "/services",
|
||||||
icon: "i-heroicons-puzzle-piece"
|
icon: "i-heroicons-puzzle-piece"
|
||||||
|
},{
|
||||||
|
label: "Leistungskategorien",
|
||||||
|
to: "/servicecategories",
|
||||||
|
icon: "i-heroicons-puzzle-piece"
|
||||||
},
|
},
|
||||||
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
... dataStore.ownTenant.features.projects ? [{
|
... dataStore.ownTenant.features.projects ? [{
|
||||||
@@ -221,7 +224,7 @@ const links = computed(() => {
|
|||||||
to: "/profiles",
|
to: "/profiles",
|
||||||
icon: "i-heroicons-clipboard-document-list"
|
icon: "i-heroicons-clipboard-document-list"
|
||||||
},{
|
},{
|
||||||
label: "E-Mail Accounts",
|
label: "E-Mail Konten",
|
||||||
to: "/settings/emailAccounts",
|
to: "/settings/emailAccounts",
|
||||||
icon: "i-heroicons-clipboard-document-list"
|
icon: "i-heroicons-clipboard-document-list"
|
||||||
},{
|
},{
|
||||||
|
|||||||
Reference in New Issue
Block a user