KI-AGENT: Telefonie Nebenstellen in Einstellungen integrieren
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user