Skip to content

Commit b9784dc

Browse files
author
jleveugle
committed
feat: add project settings link
1 parent 9112593 commit b9784dc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/manager/modules/pci/src/projects/project/sidebar/sidebar.constant.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,12 @@ export const MENU = [
127127
},
128128
translation: 'cloud_sidebar_project_management_contact_rights',
129129
},
130+
{
131+
options: {
132+
state: 'pci.projects.project.edit',
133+
},
134+
translation: 'cloud_sidebar_project_management_settings',
135+
},
130136
],
131137
translation: 'cloud_sidebar_project_management',
132138
},

packages/manager/modules/pci/src/projects/project/sidebar/translations/Messages_fr_FR.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@
2525
"cloud_sidebar_project_management_ssh_keys": "Clés SSH",
2626
"cloud_sidebar_project_management_billing_control": "Facturation",
2727
"cloud_sidebar_project_management_credit_vouchers": "Crédit & Vouchers",
28-
"cloud_sidebar_project_management_contact_rights": "Contacts & Droits"
28+
"cloud_sidebar_project_management_contact_rights": "Contacts & Droits",
29+
"cloud_sidebar_project_management_settings": "Project settings"
2930
}

0 commit comments

Comments
 (0)