From 6948c0813dff35afadd63bc0647271f00bfc566f Mon Sep 17 00:00:00 2001 From: Adam Young Date: Thu, 31 Mar 2011 15:32:29 -0400 Subject: code review fixes this version includes using spec for detail_facets --- install/ui/hostgroup.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'install/ui/hostgroup.js') diff --git a/install/ui/hostgroup.js b/install/ui/hostgroup.js index 46f2ab68..a1b5ede2 100644 --- a/install/ui/hostgroup.js +++ b/install/ui/hostgroup.js @@ -29,16 +29,16 @@ IPA.entity_factories.hostgroup = function() { entity('hostgroup'). search_facet({columns:['cn','description'], add_fields:['cn','description']}). - details_facet([{ - section:'identity', + details_facet({sections:[{ + name:'identity', label: IPA.messages.objects.hostgroup.identity, fields:['cn','description'] - }]). + }]}). association_facet({ name: 'memberof_hostgroup', associator: IPA.serial_associator }). - standard_associations(). + standard_association_facets(). build(); }; -- cgit