summaryrefslogtreecommitdiffstats
path: root/install/ui/host.js
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2011-11-22 15:41:33 +0100
committerEndi S. Dewata <edewata@redhat.com>2011-12-05 16:00:32 +0000
commit4bab6b7e5d4f6454e5293c3b403fded397f93610 (patch)
tree305df5eb51c7f9dd5b6dd9c124854c70ab8d49dd /install/ui/host.js
parenta17bf5e754a8614fea5effcc3f7e580a5483932c (diff)
downloadfreeipa.git-4bab6b7e5d4f6454e5293c3b403fded397f93610.tar.gz
freeipa.git-4bab6b7e5d4f6454e5293c3b403fded397f93610.tar.xz
freeipa.git-4bab6b7e5d4f6454e5293c3b403fded397f93610.zip
Splitting basic widgets into visual widgets and fields
https://fedorahosted.org/freeipa/ticket/2040
Diffstat (limited to 'install/ui/host.js')
-rw-r--r--install/ui/host.js4
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) {