From e100ba7e2b14b74ed548ee0dd6ba1093b17dd795 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Tue, 16 Apr 2013 12:59:38 +0200 Subject: Replace build logic in widget and field builder by new builder https://fedorahosted.org/freeipa/ticket/3235 --- install/ui/src/freeipa/automount.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'install/ui/src/freeipa/automount.js') 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' } ] -- cgit