From e85bb28498ac35c91768057cbfac9e34dbee3403 Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Tue, 7 Jan 2025 11:40:36 -0800 Subject: [PATCH] refactor: os version links to external docs --- web/components/HeaderOsVersion.ce.vue | 13 +++++++------ web/helpers/urls.ts | 12 ++++++++++++ 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/web/components/HeaderOsVersion.ce.vue b/web/components/HeaderOsVersion.ce.vue index 1335ad202..c96b33573 100644 --- a/web/components/HeaderOsVersion.ce.vue +++ b/web/components/HeaderOsVersion.ce.vue @@ -10,7 +10,7 @@ import { useI18n } from 'vue-i18n'; import 'tailwindcss/tailwind.css'; import '~/assets/main.css'; -import { WEBGUI_TOOLS_DOWNGRADE, WEBGUI_TOOLS_UPDATE } from '~/helpers/urls'; +import { getReleaseNotesUrl, WEBGUI_TOOLS_DOWNGRADE, WEBGUI_TOOLS_UPDATE } from '~/helpers/urls'; import { useServerStore } from '~/store/server'; import { useUpdateOsStore } from '~/store/updateOs'; import { useUpdateOsActionsStore } from '~/store/updateOsActions'; @@ -70,22 +70,23 @@ const updateOsStatus = computed(() => {