KI-AGENT: Telefonie Nebenstellen in Einstellungen integrieren
This commit is contained in:
@@ -85,11 +85,6 @@ 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",
|
||||
@@ -342,6 +337,11 @@ const links = computed(() => {
|
||||
to: "/settings/tenant",
|
||||
icon: "i-heroicons-building-office",
|
||||
} : null,
|
||||
{
|
||||
label: "Telefonie",
|
||||
to: "/settings/telephony",
|
||||
icon: "i-heroicons-phone",
|
||||
},
|
||||
{
|
||||
label: "Matrix-Setup",
|
||||
to: "/communication",
|
||||
|
||||
Reference in New Issue
Block a user