KI-AGENT: Chaträume sortieren und Matrix-Setup verschieben

This commit is contained in:
2026-05-19 08:31:40 +02:00
parent 5b3445c2dc
commit 0fb469c9b0
2 changed files with 88 additions and 69 deletions

View File

@@ -80,11 +80,6 @@ const links = computed(() => {
to: "/communication/chat",
icon: "i-heroicons-chat-bubble-left-right"
},
{
label: "Matrix-Setup",
to: "/communication",
icon: "i-heroicons-cog-6-tooth"
},
featureEnabled("helpdesk") ? {
label: "Helpdesk",
to: "/helpdesk",
@@ -332,6 +327,11 @@ const links = computed(() => {
to: "/settings/tenant",
icon: "i-heroicons-building-office",
} : null,
{
label: "Matrix-Setup",
to: "/communication",
icon: "i-heroicons-chat-bubble-left-right",
},
featureEnabled("export") ? {
label: "Export",
to: "/export",