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.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/install/ui/hostgroup.js b/install/ui/hostgroup.js
index 9c66ff61..6b7cb0a5 100644
--- a/install/ui/hostgroup.js
+++ b/install/ui/hostgroup.js
@@ -54,6 +54,12 @@ IPA.entity_factories.hostgroup = function() {
input({name:'cn'}).
input({name: 'description'})));
+ that.facet(
+ IPA.association_facet({
+ name: 'memberof_hostgroup',
+ associator: IPA.serial_associator
+ }));
+
that.create_association_facets();
that.entity_init();
};