Skip to content

Commit

Permalink
fix(hycu): add missing onboarding link
Browse files Browse the repository at this point in the history
ref: MANAGER-15543

Signed-off-by: Thibault Barske <[email protected]>
  • Loading branch information
tibs245 committed Oct 18, 2024
1 parent a0aa7f4 commit 5fe01b1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/manager/apps/hycu/src/hooks/guide/useGuideUtils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ const GUIDE_LIST: { [guideName: string]: Partial<TGuideLinks> } = {
'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',
MA:
'https://help.ovhcloud.com/csm/fr-nutanix-hycu-backup?id=kb_article_view&sysparm_article=KB0045116',
SN:
'https://help.ovhcloud.com/csm/fr-nutanix-hycu-backup?id=kb_article_view&sysparm_article=KB0045116',
TN:
'https://help.ovhcloud.com/csm/fr-nutanix-hycu-backup?id=kb_article_view&sysparm_article=KB0045116',
},
guideLink2: {
FR: 'https://www.ovhcloud.com/fr/hosted-private-cloud/nutanix/',
Expand All @@ -76,6 +82,7 @@ const GUIDE_LIST: { [guideName: string]: Partial<TGuideLinks> } = {
AU: 'https://www.ovhcloud.com/en-au/hosted-private-cloud/nutanix/',
SG: 'https://www.ovhcloud.com/en-sg/hosted-private-cloud/nutanix/',
WS: 'https://www.ovhcloud.com/es/hosted-private-cloud/nutanix/',
WE: 'https://www.ovhcloud.com/en/hosted-private-cloud/nutanix/',
},
guideLink3: {
FR:
Expand Down Expand Up @@ -116,6 +123,8 @@ const GUIDE_LIST: { [guideName: string]: Partial<TGuideLinks> } = {
'https://www.ovhcloud.com/en-sg/hosted-private-cloud/nutanix/uc-disaster-recovery-plan/',
WS:
'https://www.ovhcloud.com/es/hosted-private-cloud/nutanix/uc-disaster-recovery-plan/',
WE:
'https://www.ovhcloud.com/en/hosted-private-cloud/nutanix/uc-disaster-recovery-plan/',
},
};

Expand Down

0 comments on commit 5fe01b1

Please sign in to comment.