This commit is contained in:
2024-03-07 10:32:47 +01:00
parent fb8041c32e
commit 1cbea757d0
7 changed files with 280 additions and 6 deletions

View File

@@ -329,6 +329,10 @@ let links = [
label: "Nummernkreise",
to: "/settings/numberRanges",
icon: "i-heroicons-clipboard-document-list"
},{
label: "Mitarbeiter",
to: "/settings/profiles",
icon: "i-heroicons-clipboard-document-list"
}
]
},
@@ -423,7 +427,7 @@ const footerLinks = [/*{
<UDashboardPanel :width="250" :resizable="{ min: 200, max: 300 }" collapsible>
<UDashboardNavbar class="!border-transparent" :ui="{ left: 'flex-1' }">
<template #left>
<TenantDropdown />
<TenantDropdown class="w-full" />
</template>
</UDashboardNavbar>