summaryrefslogtreecommitdiffstats
path: root/install/static/user.js
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2010-09-08 10:00:00 -0400
committerAdam Young <ayoung@redhat.com>2010-09-09 12:42:37 -0400
commit3a022fe51043f71bdb50aefea828377b8f0c09fb (patch)
treed6ce89a78293f47530c03f4cfe5c5412e0903b90 /install/static/user.js
parent0a47351fd6a72e475f1e61fe1699dd84f008c9c1 (diff)
downloadfreeipa-3a022fe51043f71bdb50aefea828377b8f0c09fb.tar.gz
freeipa-3a022fe51043f71bdb50aefea828377b8f0c09fb.tar.xz
freeipa-3a022fe51043f71bdb50aefea828377b8f0c09fb.zip
Netgroup associations
netgroup->user,group,host,hostgroup -- Added facets to netgroup -- added links into lists for associations
Diffstat (limited to 'install/static/user.js')
-rw-r--r--install/static/user.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/static/user.js b/install/static/user.js
index 190afca64..a0087e278 100644
--- a/install/static/user.js
+++ b/install/static/user.js
@@ -190,7 +190,7 @@ var userGroupMembershipForm = new AssociationForm("user","group","groupmembershi
/*Group Membership*/
var groupMembershipColumns = [
- {title:"Group", column:"memberof_group"},
+ {title:"group", column:"memberof_group"},
];
function populateUserEnrollments(userData){