Skip to content

Commit

Permalink
feat(container): add new categories for sio
Browse files Browse the repository at this point in the history
add new categories in translations et nav tree

ref: MANAGER-14447

Signed-off-by: Maxime Bajeux <maxime.bajeux.ext@corp.ovh.com>
  • Loading branch information
Maxime Bajeux committed Jun 24, 2024
1 parent 62eb089 commit e84d5ff
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,33 @@ export default {
features: ['iam'],
children: [
{
id: 'security-identity-operation-iam',
translation: 'sidebar_security_identity_operations_iam',
routing: {
application: 'iam',
hash: '#/',
},
id: 'security_identity',
translation: 'sidebar_security_identity',
children: [
{
id: 'security-identity-operation-iam',
translation: 'sidebar_security_identity_operations_iam',
routing: {
application: 'iam',
hash: '#/',
},
},
],
},
{
id: 'security-identity-operation-logs',
translation: 'sidebar_security_identity_operations_logs',
serviceType: 'DBAAS_LOGS',
routing: {
application: 'dedicated',
hash: '#/dbaas/logs',
},
id: 'operations',
translation: 'sidebar_operations',
children: [
{
id: 'security-identity-operation-logs',
translation: 'sidebar_security_identity_operations_logs',
serviceType: 'DBAAS_LOGS',
routing: {
application: 'dedicated',
hash: '#/dbaas/logs',
},
},
],
},
],
};
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@
"sidebar_sunrise_contact_center": "Contact Center Solution",
"sidebar_sunrise_office": "Office 365 Revendeurs",
"sidebar_sunrise_ssl_gateway": "SSL Gateway",
"sidebar_security_identity": "Sécurité & Identité",
"sidebar_operations": "Opérations",
"sidebar_security_identity_operations": "Sécurité, Identité & Opérations",
"sidebar_security_identity_operations_short": "SIO",
"sidebar_security_identity_operations_kms": "Key Management Service",
Expand Down

0 comments on commit e84d5ff

Please sign in to comment.