Introduced Helpdesk

This commit is contained in:
2025-11-08 18:54:52 +01:00
parent 1838d07082
commit d9f35602b2
3 changed files with 440 additions and 0 deletions

View File

@@ -95,6 +95,11 @@ const links = computed(() => {
icon: "i-heroicons-megaphone",
defaultOpen: false,
children: [
{
label: "Helpdesk",
to: "/helpdesk",
icon: "i-heroicons-chat-bubble-left-right"
},
{
label: "E-Mail",
to: "/email/new",