From 837d4570d6c6e7392a05a012ed7938b69bff829c Mon Sep 17 00:00:00 2001 From: Thibault Barske Date: Mon, 14 Oct 2024 14:30:32 +0200 Subject: [PATCH 1/2] fix(hycu): fix guidelink on hycu onboarding ref: MANAGER-15543 Signed-off-by: Thibault Barske --- .../manager/apps/hycu/src/hooks/guide/useGuideUtils.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/packages/manager/apps/hycu/src/hooks/guide/useGuideUtils.tsx b/packages/manager/apps/hycu/src/hooks/guide/useGuideUtils.tsx index 250c8363fcfe..599381f56de0 100644 --- a/packages/manager/apps/hycu/src/hooks/guide/useGuideUtils.tsx +++ b/packages/manager/apps/hycu/src/hooks/guide/useGuideUtils.tsx @@ -48,11 +48,11 @@ const GUIDE_LIST: { [guideName: string]: Partial } = { GB: 'https://help.ovhcloud.com/csm/en-gb-nutanix-hycu-backup?id=kb_article_view&sysparm_article=KB0045103', CA: - 'https://help.ovhcloud.com/csm/en-gb-nutanix-hycu-backup?id=kb_article_view&sysparm_article=KB0045103', + 'https://help.ovhcloud.com/csm/en-ca-nutanix-hycu-backup?id=kb_article_view&sysparm_article=KB0045101', QC: 'https://help.ovhcloud.com/csm/fr-ca-nutanix-hycu-backup?id=kb_article_view&sysparm_article=KB0045109', WE: - 'https://help.ovhcloud.com/csm/pl-nutanix-hycu-backup?id=kb_article_view&sysparm_article=KB0045111', + 'https://help.ovhcloud.com/csm/en-nutanix-hycu-backup?id=kb_article_view&sysparm_article=KB0032260', US: 'https://support.us.ovhcloud.com/hc/en-us/articles/18912619822099-How-to-Configure-HYCU-Backup-on-Nutanix', }, @@ -100,7 +100,8 @@ const GUIDE_LIST: { [guideName: string]: Partial } = { 'https://www.ovhcloud.com/pl/hosted-private-cloud/nutanix/uc-disaster-recovery-plan/', PT: 'https://www.ovhcloud.com/pt/hosted-private-cloud/nutanix/uc-disaster-recovery-plan/', - SN: 'https://www.ovhcloud.com/fr-sn/hosted-private-cloud/nutanix/', + SN: + 'https://www.ovhcloud.com/fr-sn/hosted-private-cloud/nutanix/uc-disaster-recovery-plan/', TN: 'https://www.ovhcloud.com/fr-tn/hosted-private-cloud/nutanix/uc-disaster-recovery-plan/', CA: From fa602ccd0cee0886f4ac865a0d24f9ae63c0f7a0 Mon Sep 17 00:00:00 2001 From: Thibault Barske Date: Mon, 14 Oct 2024 17:09:25 +0200 Subject: [PATCH 2/2] fix(hycu): fix searchbar for hycu product ref: MANAGER-15558 Signed-off-by: Thibault Barske --- .../legacy/server-sidebar/universe/HostedPrivateCloudSidebar.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/manager/apps/container/src/container/legacy/server-sidebar/universe/HostedPrivateCloudSidebar.tsx b/packages/manager/apps/container/src/container/legacy/server-sidebar/universe/HostedPrivateCloudSidebar.tsx index aa712c8ba5ac..4343c9e16373 100644 --- a/packages/manager/apps/container/src/container/legacy/server-sidebar/universe/HostedPrivateCloudSidebar.tsx +++ b/packages/manager/apps/container/src/container/legacy/server-sidebar/universe/HostedPrivateCloudSidebar.tsx @@ -246,7 +246,6 @@ export default function HostedPrivateCloudSidebar() { icon: , pathMatcher: new RegExp('^/hycu'), badge: 'new', - ignoreSearch: true, subItems: [ (feature['hycu']) && { id: 'hpc-hycu',