summaryrefslogtreecommitdiffstats
path: root/install/ui/automount.js
diff options
context:
space:
mode:
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'
+ }
]
},
{