summaryrefslogtreecommitdiffstats
path: root/install/static/service.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/service.js')
-rw-r--r--install/static/service.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/install/static/service.js b/install/static/service.js
index c12e5636..43ef968a 100644
--- a/install/static/service.js
+++ b/install/static/service.js
@@ -47,3 +47,7 @@ function service_add_krbprincipalname(add_dialog, flag) {
}
return null;
}
+
+ipa_entity_set_association_definition('service', {
+ 'host': { method: 'add_host' }
+});