diff --git a/ui/src/config/section/config.js b/ui/src/config/section/config.js index 8b77c65d411..25c4e3e3ffe 100644 --- a/ui/src/config/section/config.js +++ b/ui/src/config/section/config.js @@ -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 } } } }