diff options
author | Petr Vobornik <pvoborni@redhat.com> | 2011-11-29 14:29:51 +0100 |
---|---|---|
committer | Endi S. Dewata <edewata@redhat.com> | 2011-12-05 16:01:50 +0000 |
commit | 9a09916108539f0d9f70257983666254c0cde67e (patch) | |
tree | 1ccaf3f296ff1c9eaea466cd095a020a4bcd680e /install/ui/hostgroup.js | |
parent | ab667912cf19d17e749d13b1d9f428ab6ae55b93 (diff) | |
download | freeipa.git-9a09916108539f0d9f70257983666254c0cde67e.tar.gz freeipa.git-9a09916108539f0d9f70257983666254c0cde67e.tar.xz freeipa.git-9a09916108539f0d9f70257983666254c0cde67e.zip |
Changing definition of basic fields in section from factory to type
https://fedorahosted.org/freeipa/ticket/2040
Diffstat (limited to 'install/ui/hostgroup.js')
-rw-r--r-- | install/ui/hostgroup.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install/ui/hostgroup.js b/install/ui/hostgroup.js index 58e25e3f..00f76f2c 100644 --- a/install/ui/hostgroup.js +++ b/install/ui/hostgroup.js @@ -44,7 +44,7 @@ IPA.hostgroup.entity = function(spec) { fields: [ 'cn', { - factory: IPA.textarea_widget, + type: 'textarea', name: 'description' } ] @@ -76,7 +76,7 @@ IPA.hostgroup.entity = function(spec) { fields: [ 'cn', { - factory: IPA.textarea_widget, + type: 'textarea', name: 'description' } ] |