summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/automount.js
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2013-04-16 12:59:38 +0200
committerPetr Vobornik <pvoborni@redhat.com>2013-05-06 16:22:26 +0200
commite100ba7e2b14b74ed548ee0dd6ba1093b17dd795 (patch)
tree6b675d9643a74b717ecb70e0c642405818311472 /install/ui/src/freeipa/automount.js
parent1221fca6628450c6cd3031b377c7426fa4b1b0ad (diff)
downloadfreeipa.git-e100ba7e2b14b74ed548ee0dd6ba1093b17dd795.tar.gz
freeipa.git-e100ba7e2b14b74ed548ee0dd6ba1093b17dd795.tar.xz
freeipa.git-e100ba7e2b14b74ed548ee0dd6ba1093b17dd795.zip
Replace build logic in widget and field builder by new builder
https://fedorahosted.org/freeipa/ticket/3235
Diffstat (limited to 'install/ui/src/freeipa/automount.js')
-rw-r--r--install/ui/src/freeipa/automount.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/install/ui/src/freeipa/automount.js b/install/ui/src/freeipa/automount.js
index ab8ac791..eb63266b 100644
--- a/install/ui/src/freeipa/automount.js
+++ b/install/ui/src/freeipa/automount.js
@@ -94,7 +94,7 @@ IPA.automount.map_entity = function(spec) {
fields: [
'automountmapname',
{
- type: 'textarea',
+ $type: 'textarea',
name: 'description'
}
]
@@ -108,7 +108,7 @@ IPA.automount.map_entity = function(spec) {
name: 'general',
fields: [
{
- type: 'radio',
+ $type: 'radio',
name: 'method',
enabled: false, //don't use value in add command
label: '@i18n:objects.automountmap.map_type',
@@ -125,7 +125,7 @@ IPA.automount.map_entity = function(spec) {
},
'automountmapname',
{
- type: 'textarea',
+ $type: 'textarea',
name: 'description'
}
]