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