summaryrefslogtreecommitdiffstats
path: root/install/ui/host.js
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-09-16 18:21:41 -0500
committerEndi S. Dewata <edewata@redhat.com>2011-09-26 16:38:21 +0000
commit2b322a46a600f2b0948b8a1b41ee394ffcf8df5e (patch)
tree357a13575a146f48a59ffe9909f42922d152fab3 /install/ui/host.js
parent5cd121d6dd620d8979328c443b9809c77c71c21b (diff)
downloadfreeipa-2b322a46a600f2b0948b8a1b41ee394ffcf8df5e.tar.gz
freeipa-2b322a46a600f2b0948b8a1b41ee394ffcf8df5e.tar.xz
freeipa-2b322a46a600f2b0948b8a1b41ee394ffcf8df5e.zip
Replaced description text fields with text areas.
Ticket #1783
Diffstat (limited to 'install/ui/host.js')
-rw-r--r--install/ui/host.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/install/ui/host.js b/install/ui/host.js
index 6720b4fc..6c5b4439 100644
--- a/install/ui/host.js
+++ b/install/ui/host.js
@@ -50,7 +50,10 @@ IPA.entity_factories.host = function () {
other_entity: 'dnsrecord'
},
'krbprincipalname',
- 'description',
+ {
+ factory: IPA.textarea_widget,
+ name: 'description'
+ },
'l',
'nshostlocation',
'nshardwareplatform',