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.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/install/ui/hostgroup.js b/install/ui/hostgroup.js
index cad77a7a5..45420340f 100644
--- a/install/ui/hostgroup.js
+++ b/install/ui/hostgroup.js
@@ -38,6 +38,10 @@ IPA.entity_factories.hostgroup = function() {
associator: IPA.serial_associator
}).
association_facet({
+ name: 'memberof_netgroup',
+ associator: IPA.serial_associator
+ }).
+ association_facet({
name: 'memberof_hbacrule',
associator: IPA.serial_associator,
add_method: 'add_host',