From 39e86c25c0affc2b14327a039b0f87ebd7a05e42 Mon Sep 17 00:00:00 2001 From: geni_jaho Date: Sun, 11 Aug 2024 23:56:19 +0200 Subject: [PATCH] Set defaults for Grafana maps and links --- resources/js/Components/Welcome.vue | 2 +- resources/js/Layouts/AppLayout.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/js/Components/Welcome.vue b/resources/js/Components/Welcome.vue index 0dce812..b4db21b 100644 --- a/resources/js/Components/Welcome.vue +++ b/resources/js/Components/Welcome.vue @@ -1,7 +1,7 @@ diff --git a/resources/js/Layouts/AppLayout.vue b/resources/js/Layouts/AppLayout.vue index 90c7e88..0db2a00 100644 --- a/resources/js/Layouts/AppLayout.vue +++ b/resources/js/Layouts/AppLayout.vue @@ -15,7 +15,7 @@ defineProps({ const showingNavigationDropdown = ref(false); -const grafanaLink = import.meta.env.VITE_GRAFANA_NAV_LINK; +const grafanaLink = import.meta.env.VITE_GRAFANA_NAV_LINK || 'https://globalmap.litterapp.net/'; const switchToTeam = (team) => { router.put(route('current-team.update'), {