From cf65577fe1a28a7fc1628f8b3fd76adfe1904418 Mon Sep 17 00:00:00 2001 From: Nancy Butler <42977925+mantis-toboggan-md@users.noreply.github.com> Date: Wed, 1 Jun 2022 11:36:55 -0700 Subject: [PATCH] update support config dl link --- shell/pages/support/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/pages/support/index.vue b/shell/pages/support/index.vue index 48eff663af..5364b696e7 100644 --- a/shell/pages/support/index.vue +++ b/shell/pages/support/index.vue @@ -5,7 +5,7 @@ import AsyncButton from '@shell/components/AsyncButton'; import IndentedPanel from '@shell/components/IndentedPanel'; import { Card } from '@components/Card'; import CommunityLinks from '@shell/components/CommunityLinks'; -import { MANAGEMENT } from '@shell/config/types'; +import { MANAGEMENT, SERVICE } from '@shell/config/types'; import { getVendor, setBrand } from '@shell/config/private-label'; import { SETTING } from '@shell/config/settings'; import { findBy } from '@shell/utils/array'; @@ -89,7 +89,7 @@ export default { return false; } - return `${ this.cspAdapter.proxyUrl('https', '443') }generate/supportconfig`; + return `${ this.cspAdapter.proxyUrl('https', '443') }v1/generateSUSERancherSupportConfig`; }, hasSupport() {