summaryrefslogtreecommitdiffstats
path: root/install/static/hostgroup.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/hostgroup.js')
-rw-r--r--install/static/hostgroup.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/install/static/hostgroup.js b/install/static/hostgroup.js
index 37af6d6e5..02418bf05 100644
--- a/install/static/hostgroup.js
+++ b/install/static/hostgroup.js
@@ -38,3 +38,6 @@ ipa_entity_set_details_definition('hostgroup', [
input({name:'cn', label:'Name'}).
input({name: 'description', label:'Description'})
]);
+
+ipa_entity_set_association_definition('hostgroup', {
+});