KI-AGENT: Telefonie Nebenstellen in Einstellungen integrieren

This commit is contained in:
2026-05-22 15:55:06 +02:00
parent da9cad1513
commit 520052e71a
12 changed files with 922 additions and 780 deletions

View File

@@ -137,7 +137,7 @@ onMounted(loadTelephony)
<label class="text-sm font-medium text-gray-700">Nebenstelle</label>
<div class="mt-2 grid gap-2 sm:grid-cols-2">
<button
v-for="account in config?.testAccounts || []"
v-for="account in config?.accounts || []"
:key="account.extension"
type="button"
class="rounded-lg border px-4 py-3 text-left transition"
@@ -149,6 +149,9 @@ onMounted(loadTelephony)
<span class="mt-1 block text-xs opacity-75">{{ account.displayName }}</span>
</button>
</div>
<p v-if="!(config?.accounts || []).length" class="mt-2 text-sm text-gray-500">
Für deinen Benutzer ist noch keine Nebenstelle hinterlegt.
</p>
</div>
<div class="grid gap-3 sm:grid-cols-2">