summaryrefslogtreecommitdiffstats
path: root/install/static/group.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/group.js')
-rw-r--r--install/static/group.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/install/static/group.js b/install/static/group.js
index 0dfae2fdc..bcac40982 100644
--- a/install/static/group.js
+++ b/install/static/group.js
@@ -193,6 +193,19 @@ function ipa_group_member_user_facet(spec) {
that.create_column({name: 'telephonenumber', label: 'Phone'});
that.create_column({name: 'title', label: 'Job Title'});
+ that.create_adder_column({
+ name: 'cn',
+ label: 'Name',
+ width: '100px'
+ });
+
+ that.create_adder_column({
+ name: 'uid',
+ label: 'Login',
+ primary_key: true,
+ width: '100px'
+ });
+
that.association_facet_init();
};