Skip to content

Commit

Permalink
feat(pci.ai.endpoints): remove odl external link
Browse files Browse the repository at this point in the history
REF:DATATR-1723
Signed-off-by: Arthur Bullet <[email protected]>
  • Loading branch information
abullet33 committed Dec 17, 2024
1 parent a04cb0e commit 8b73915
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ export const features = [
'public-cloud:project-settings',
'ai-dashboard',
'data-platform',
'ai-endpoints',
'key-management-service',
'pci-savings-plan',
'pci-ai-endpoints',
Expand Down Expand Up @@ -354,7 +353,6 @@ export function getPciProjectMenu(
'notebooks',
'training',
'ai-apps',
'ai-endpoints',
'pci-ai-endpoints'
)
) {
Expand Down Expand Up @@ -391,13 +389,6 @@ export function getPciProjectMenu(
badge: 'beta',
href: getURL('public-cloud', `#/pci/projects/${projectId}/ai/endpoints`),
},
isFeaturesAvailable('ai-endpoints') && {
id: 'ai-endpoints',
title: 'AI Endpoints',
badge: 'beta',
href: 'https://endpoints.ai.cloud.ovh.net/',
external: true,
},
],
});
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ pciNode.children = [
idAttr: 'pci-ai-link',
universe: PUBLICCLOUD_UNIVERSE_ID,
translation: 'sidebar_pci_ai',
features: ['notebooks', 'ai-apps', 'training', 'ai-dashboard', 'ai-endpoints', 'pci-ai-endpoints'],
features: ['notebooks', 'ai-apps', 'training', 'ai-dashboard', 'pci-ai-endpoints'],
forceVisibility: true,
children: [
{
Expand Down Expand Up @@ -549,17 +549,6 @@ pciNode.children = [
features: ['ai-apps'],
forceVisibility: true,
},
{
id: 'pci-ai-endpoints',
idAttr: 'pci-ai-endpoints-link',
universe: PUBLICCLOUD_UNIVERSE_ID,
translation: 'sidebar_pci_ai_endpoints',
count: false,
url: 'https://endpoints.ai.cloud.ovh.net/',
features: ['ai-endpoints'],
tag: NodeTag.BETA,
isExternal: true,
},
{
id: 'pci-ai-endpoints-app',
idAttr: 'pci-ai-endpoints-app-link',
Expand Down

0 comments on commit 8b73915

Please sign in to comment.