KI-AGENT: Scrollbereich der Firmeneinstellungen korrigieren
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user