From 9a09916108539f0d9f70257983666254c0cde67e Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Tue, 29 Nov 2011 14:29:51 +0100 Subject: Changing definition of basic fields in section from factory to type https://fedorahosted.org/freeipa/ticket/2040 --- install/ui/automount.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'install/ui/automount.js') diff --git a/install/ui/automount.js b/install/ui/automount.js index 5a92a52e..8d4f26bb 100644 --- a/install/ui/automount.js +++ b/install/ui/automount.js @@ -92,7 +92,7 @@ IPA.automount.map_entity = function(spec) { fields: [ 'automountmapname', { - factory: IPA.textarea_widget, + type: 'textarea', name: 'description' } ] @@ -106,7 +106,7 @@ IPA.automount.map_entity = function(spec) { name: 'general', fields: [ { - factory: IPA.radio_widget, + type: 'radio', name: 'method', label: IPA.messages.objects.automountmap.map_type, options: [ @@ -122,7 +122,7 @@ IPA.automount.map_entity = function(spec) { }, 'automountmapname', { - factory: IPA.textarea_widget, + type: 'textarea', name: 'description' } ] -- cgit