summaryrefslogtreecommitdiffstats
path: root/install/ui/group.js
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-05-13 20:05:35 -0500
committerAdam Young <ayoung@redhat.com>2011-05-16 13:18:51 -0400
commitf9a8d772e35982bed1c39b286b3120b9b5f64c0c (patch)
tree690ed76cd4d8185a6616e0d80ced9df67ef86a88 /install/ui/group.js
parent6c66d376559b9265e98788887fbf0f7f5ea3ea6b (diff)
downloadfreeipa-f9a8d772e35982bed1c39b286b3120b9b5f64c0c.tar.gz
freeipa-f9a8d772e35982bed1c39b286b3120b9b5f64c0c.tar.xz
freeipa-f9a8d772e35982bed1c39b286b3120b9b5f64c0c.zip
Customizable facet groups.
The IPA.entity has been modified to support customizable facet groups. The default list of facet groups is defined in IPA.entity_header and can be overriden in the entity definition. Ticket #1219
Diffstat (limited to 'install/ui/group.js')
-rw-r--r--install/ui/group.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/ui/group.js b/install/ui/group.js
index e4a037a50..bc7925dc0 100644
--- a/install/ui/group.js
+++ b/install/ui/group.js
@@ -63,8 +63,8 @@ IPA.entity_factories.group = function () {
}).
association_facet({
- name: 'memberof_group',
- associator: IPA.serial_associator
+ name: 'memberof_group',
+ associator: IPA.serial_associator
}).
association_facet({
name: 'memberof_netgroup',