KI-AGENT: Telefonie Nebenstellen in Einstellungen integrieren
This commit is contained in:
@@ -445,6 +445,17 @@ onMounted(async () => {
|
||||
</UFormField>
|
||||
</UForm>
|
||||
</UCard>
|
||||
|
||||
<TelephonyExtensionField
|
||||
v-if="!pending && profile"
|
||||
class="mt-3"
|
||||
target-type="user"
|
||||
:target-id="profile.user_id"
|
||||
:display-name="profile.full_name || `${profile.first_name || ''} ${profile.last_name || ''}`.trim()"
|
||||
title="Telefonie"
|
||||
description="Lege fest, unter welcher Nebenstelle dieser Benutzer erreichbar ist."
|
||||
/>
|
||||
|
||||
<UCard v-if="!pending && profile" class="mt-3">
|
||||
<USeparator label="Vertragsinformationen" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user