From 4f395a01d33317bd171fc6dddf6bc65d23c1815f Mon Sep 17 00:00:00 2001 From: florianfederspiel Date: Thu, 2 Jan 2025 19:08:14 +0100 Subject: [PATCH] Added Link to MAWEBFORM Only for Tenant 21 --- components/MainNav.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/MainNav.vue b/components/MainNav.vue index 0358f79..7299f50 100644 --- a/components/MainNav.vue +++ b/components/MainNav.vue @@ -7,6 +7,12 @@ const route = useRoute() const role = useRole() const links = computed(() => { return [ + ... profileStore.currentTenant === 21 ? [{ + label: "Lieferschein Formular", + to: "https://loar.ma-agrarservice.de/erfassung", + icon: "i-heroicons-rectangle-stack", + target: "_blank", + }] : [], { id: 'dashboard', label: "Dashboard",