mirror of https://github.com/apache/cloudstack.git
Delete ldap config from UI (#5871)
* add params to delete command * pass known params Co-authored-by: Daan Hoogland <dahn@onecht.net>
This commit is contained in:
parent
0e2c09baca
commit
fb35f46a96
|
|
@ -51,10 +51,16 @@ export default {
|
|||
label: 'label.remove.ldap',
|
||||
message: 'message.remove.ldap',
|
||||
dataView: true,
|
||||
args: ['hostname'],
|
||||
args: ['hostname', 'port', 'domainid'],
|
||||
mapping: {
|
||||
hostname: {
|
||||
value: (record) => { return record.hostname }
|
||||
},
|
||||
port: {
|
||||
value: (record) => { return record.port }
|
||||
},
|
||||
domainid: {
|
||||
value: (record) => { return record.domainid }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue