summaryrefslogtreecommitdiffstats
path: root/install/ui/automount.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/automount.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/automount.js')
-rw-r--r--install/ui/automount.js13
1 files changed, 11 insertions, 2 deletions
diff --git a/install/ui/automount.js b/install/ui/automount.js
index a4fe166e..89b0f6b7 100644
--- a/install/ui/automount.js
+++ b/install/ui/automount.js
@@ -81,7 +81,13 @@ IPA.entity_factories.automountmap = function() {
{
name: 'identity',
label: IPA.messages.details.identity,
- fields: [ 'automountmapname', 'description' ]
+ fields: [
+ 'automountmapname',
+ {
+ factory: IPA.textarea_widget,
+ name: 'description'
+ }
+ ]
}
]
}).
@@ -107,7 +113,10 @@ IPA.entity_factories.automountmap = function() {
]
},
'automountmapname',
- 'description'
+ {
+ factory: IPA.textarea_widget,
+ name: 'description'
+ }
]
},
{