summaryrefslogtreecommitdiffstats
path: root/install/ui/hostgroup.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/hostgroup.js')
-rw-r--r--install/ui/hostgroup.js8
1 files changed, 4 insertions, 4 deletions
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();
};