From 2b322a46a600f2b0948b8a1b41ee394ffcf8df5e Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Fri, 16 Sep 2011 18:21:41 -0500 Subject: Replaced description text fields with text areas. Ticket #1783 --- install/ui/host.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'install/ui/host.js') 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', -- cgit