Skip to content

Commit

Permalink
feat(hycu): add HYCU on sidebar v2
Browse files Browse the repository at this point in the history
ref: MANAGER-14716

Signed-off-by: Thibault Barske <[email protected]>
  • Loading branch information
tibs245 committed Oct 7, 2024
1 parent 42f09e2 commit 54502c7
Showing 1 changed file with 14 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import illustration from '@/assets/images/sidebar/hosted-private-cloud.png';
import { Node } from '../node';
import { Node, NodeTag } from '../node';
import OvhProductName from '@ovh-ux/ovh-product-icons/utils/OvhProductNameEnum';

const hostedPrivateCloudUniverse: Node = {
Expand Down Expand Up @@ -89,6 +89,19 @@ hostedPrivateCloudUniverse.children = [
},
features: ['veeam-cloud-connect'],
},
{
id: 'hycu',
idAttr: 'hycu-link',
universe: hostedPrivateCloudUniverse.id,
translation: 'sidebar_hycu',
serviceType: 'HYCU',
tag: NodeTag.NEW,
routing: {
application: 'dedicated',
hash: '#/hycu',
},
features: ['hycu'],
},
],
},
];
Expand Down

0 comments on commit 54502c7

Please sign in to comment.