From 4bab6b7e5d4f6454e5293c3b403fded397f93610 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Tue, 22 Nov 2011 15:41:33 +0100 Subject: Splitting basic widgets into visual widgets and fields https://fedorahosted.org/freeipa/ticket/2040 --- install/ui/host.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install/ui/host.js') 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) { -- cgit