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 ab33892c..345051ec 100644 --- a/install/ui/host.js +++ b/install/ui/host.js @@ -475,7 +475,7 @@ IPA.host_keytab_widget = function(spec) { spec = spec || {}; - var that = IPA.widget(spec); + var that = IPA.input_widget(spec); that.create = function(container) { @@ -602,7 +602,7 @@ IPA.host_password_widget = function(spec) { spec = spec || {}; - var that = IPA.widget(spec); + var that = IPA.input_widget(spec); that.create = function(container) { |