Skip to content

Commit fb35f46

Browse files
DaanHooglandDaan Hoogland
andauthored
Delete ldap config from UI (apache#5871)
* add params to delete command * pass known params Co-authored-by: Daan Hoogland <dahn@onecht.net>
1 parent 0e2c09b commit fb35f46

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

ui/src/config/section/config.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,16 @@ export default {
5151
label: 'label.remove.ldap',
5252
message: 'message.remove.ldap',
5353
dataView: true,
54-
args: ['hostname'],
54+
args: ['hostname', 'port', 'domainid'],
5555
mapping: {
5656
hostname: {
5757
value: (record) => { return record.hostname }
58+
},
59+
port: {
60+
value: (record) => { return record.port }
61+
},
62+
domainid: {
63+
value: (record) => { return record.domainid }
5864
}
5965
}
6066
}

0 commit comments

Comments
 (0)