summaryrefslogtreecommitdiffstats
path: root/install/ui/group.js
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-03-31 15:32:29 -0400
committerAdam Young <ayoung@redhat.com>2011-03-31 17:29:33 -0400
commit6948c0813dff35afadd63bc0647271f00bfc566f (patch)
tree19a212045037900336bcf2cd963491f87a85a9d9 /install/ui/group.js
parentef57ee0d936a910407a940273f1dbd9ff084fffa (diff)
downloadfreeipa-6948c0813dff35afadd63bc0647271f00bfc566f.tar.gz
freeipa-6948c0813dff35afadd63bc0647271f00bfc566f.tar.xz
freeipa-6948c0813dff35afadd63bc0647271f00bfc566f.zip
code review fixes
this version includes using spec for detail_facets
Diffstat (limited to 'install/ui/group.js')
-rw-r--r--install/ui/group.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/install/ui/group.js b/install/ui/group.js
index cc443cc53..7c7488f10 100644
--- a/install/ui/group.js
+++ b/install/ui/group.js
@@ -42,11 +42,11 @@ IPA.entity_factories.group = function () {
},
'gidnumber']
}).
- details_facet(
+ details_facet({sections:
[{
- section:'details',
+ name:'details',
fields:['cn','description','gidnumber']
- }]).
+ }]}).
facet( IPA.association_facet({
'name': 'member_user',
columns:[
@@ -85,6 +85,6 @@ IPA.entity_factories.group = function () {
name: 'memberof_role',
associator: IPA.serial_associator
}).
- standard_associations().
+ standard_association_facets().
build();
};