KI-AGENT: Scrollbereich der Firmeneinstellungen korrigieren

This commit is contained in:
2026-05-22 15:38:27 +02:00
parent b44c8d453a
commit da9cad1513

View File

@@ -580,23 +580,23 @@ watch(() => telephonyTrunkForm.provider, async (provider) => {
<UDashboardNavbar title="Firmeneinstellungen">
</UDashboardNavbar>
<UTabs
class="p-5"
:items="[
{
label: 'Dokubox'
},{
label: 'Rechnung & Kontakt'
},{
label: 'Plantafel'
},{
label: 'Integrationen'
},{
label: 'Funktionen'
}
]"
>
<template #content="{item}">
<UDashboardPanelContent>
<UTabs
:items="[
{
label: 'Dokubox'
},{
label: 'Rechnung & Kontakt'
},{
label: 'Plantafel'
},{
label: 'Integrationen'
},{
label: 'Funktionen'
}
]"
>
<template #content="{item}">
<div v-if="item.label === 'Dokubox'">
<UAlert
class="mt-5"
@@ -1104,8 +1104,9 @@ watch(() => telephonyTrunkForm.provider, async (provider) => {
/>
</UCard>
</div>
</template>
</UTabs>
</template>
</UTabs>
</UDashboardPanelContent>
</template>
<style scoped>