diff options
Diffstat (limited to 'install/static/host.js')
-rw-r--r-- | install/static/host.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/static/host.js b/install/static/host.js index 4a60bbcc..d9a2dfe0 100644 --- a/install/static/host.js +++ b/install/static/host.js @@ -420,7 +420,7 @@ function ipa_host_managedby_host_facet(spec) { var that = ipa_association_facet(spec); that.add_method = 'add_managedby'; - that.delete_method = 'remove_managedby'; + that.remove_method = 'remove_managedby'; that.init = function() { |