Skip to content

Commit b91c387

Browse files
authored
ui: add support to change Account role for admins (#9012)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent e520525 commit b91c387

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ui/public/locales/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1767,6 +1767,7 @@
17671767
"label.restore.volume.attach": "Restore volume and attach",
17681768
"label.review": "Review",
17691769
"label.role": "Role",
1770+
"label.roleid": "Role",
17701771
"label.rolename": "Role",
17711772
"label.roles": "Roles",
17721773
"label.roletype": "Role Type",

ui/src/config/section/account.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export default {
9191
icon: 'edit-outlined',
9292
label: 'label.action.edit.account',
9393
dataView: true,
94-
args: ['newname', 'account', 'domainid', 'networkdomain'],
94+
args: ['newname', 'account', 'domainid', 'networkdomain', 'roleid'],
9595
mapping: {
9696
account: {
9797
value: (record) => { return record.name }

0 commit comments

Comments
 (0)