KI-AGENT: Telefonie und Setup trennen

This commit is contained in:
2026-05-21 13:50:25 +02:00
parent d99cddf5b5
commit ba12c46c88
6 changed files with 987 additions and 846 deletions

View File

@@ -85,6 +85,11 @@ const links = computed(() => {
to: "/communication/phone",
icon: "i-heroicons-phone"
},
{
label: "Telefonie Setup",
to: "/communication/phone-setup",
icon: "i-heroicons-cog-6-tooth"
},
featureEnabled("helpdesk") ? {
label: "Helpdesk",
to: "/helpdesk",