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.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/install/ui/hostgroup.js b/install/ui/hostgroup.js
index 31f4c5250..cad77a7a5 100644
--- a/install/ui/hostgroup.js
+++ b/install/ui/hostgroup.js
@@ -37,6 +37,18 @@ IPA.entity_factories.hostgroup = function() {
name: 'memberof_hostgroup',
associator: IPA.serial_associator
}).
+ association_facet({
+ name: 'memberof_hbacrule',
+ associator: IPA.serial_associator,
+ add_method: 'add_host',
+ remove_method: 'remove_host'
+ }).
+ association_facet({
+ name: 'memberof_sudorule',
+ associator: IPA.serial_associator,
+ add_method: 'add_host',
+ remove_method: 'remove_host'
+ }).
standard_association_facets().
adder_dialog({
fields:['cn','description']