diff options
Diffstat (limited to 'install/ui/host.js')
-rw-r--r-- | install/ui/host.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install/ui/host.js b/install/ui/host.js index 4c0ce6ed..63f45e04 100644 --- a/install/ui/host.js +++ b/install/ui/host.js @@ -267,10 +267,10 @@ IPA.host_adder_dialog = function(spec) { spec = spec || {}; spec.retry = typeof spec.retry !== 'undefined' ? spec.retry : false; - var that = IPA.add_dialog(spec); + var that = IPA.entity_adder_dialog(spec); that.create = function() { - that.add_dialog_create(); + that.entity_adder_dialog_create(); that.container.addClass('host-adder-dialog'); }; |