mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
ui: add support to change Account role for admins (#9012)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
e520525fe7
commit
b91c3879c8
@ -1767,6 +1767,7 @@
|
|||||||
"label.restore.volume.attach": "Restore volume and attach",
|
"label.restore.volume.attach": "Restore volume and attach",
|
||||||
"label.review": "Review",
|
"label.review": "Review",
|
||||||
"label.role": "Role",
|
"label.role": "Role",
|
||||||
|
"label.roleid": "Role",
|
||||||
"label.rolename": "Role",
|
"label.rolename": "Role",
|
||||||
"label.roles": "Roles",
|
"label.roles": "Roles",
|
||||||
"label.roletype": "Role Type",
|
"label.roletype": "Role Type",
|
||||||
|
|||||||
@ -91,7 +91,7 @@ export default {
|
|||||||
icon: 'edit-outlined',
|
icon: 'edit-outlined',
|
||||||
label: 'label.action.edit.account',
|
label: 'label.action.edit.account',
|
||||||
dataView: true,
|
dataView: true,
|
||||||
args: ['newname', 'account', 'domainid', 'networkdomain'],
|
args: ['newname', 'account', 'domainid', 'networkdomain', 'roleid'],
|
||||||
mapping: {
|
mapping: {
|
||||||
account: {
|
account: {
|
||||||
value: (record) => { return record.name }
|
value: (record) => { return record.name }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user