summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/widget.js
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2013-10-17 17:51:32 +0200
committerMartin Kosek <mkosek@redhat.com>2014-01-21 12:04:02 +0100
commitf821d786df2b8695308a6d944191c3cd7d17d512 (patch)
tree397b0beeeb550330c9152c7bbc1b14af88489627 /install/ui/src/freeipa/widget.js
parentab719d6f3e68ab2525bd0f68f54558a0adbeed85 (diff)
downloadfreeipa-f821d786df2b8695308a6d944191c3cd7d17d512.tar.gz
freeipa-f821d786df2b8695308a6d944191c3cd7d17d512.tar.xz
freeipa-f821d786df2b8695308a6d944191c3cd7d17d512.zip
Use Fluid layout be default
https://fedorahosted.org/freeipa/ticket/3904
Diffstat (limited to 'install/ui/src/freeipa/widget.js')
-rw-r--r--install/ui/src/freeipa/widget.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/src/freeipa/widget.js b/install/ui/src/freeipa/widget.js
index 778468965..f49498843 100644
--- a/install/ui/src/freeipa/widget.js
+++ b/install/ui/src/freeipa/widget.js
@@ -4088,7 +4088,7 @@ IPA.multiple_choice_section = function(spec) {
var that = IPA.composite_widget(spec);
that.choices = $.ordered_map().put_array(spec.choices, 'name');
- that.layout = IPA.build(spec.layout || IPA.table_layout);
+ that.layout = IPA.build(spec.layout || IPA.fluid_layout);
that.create = function(container) {