From b68f819de75073285c17c28a30afe5b5dbfe5176 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Fri, 4 Jul 2014 13:24:47 +0200 Subject: webui: improve usability of attributes widget Attributes widget layour was changed from tiny table which allowed to display only few options to a checkbox list with multiple columns (depends on container). Check all attributes option was removed to force the user to read through the attributes which he selects. Initial version authored by: Adam Misnyovszki https://fedorahosted.org/freeipa/ticket/4253 Reviewed-By: Endi Sukma Dewata --- install/ui/src/freeipa/widget.js | 1 - 1 file changed, 1 deletion(-) (limited to 'install/ui/src/freeipa/widget.js') diff --git a/install/ui/src/freeipa/widget.js b/install/ui/src/freeipa/widget.js index 780afb2bc..1bda37350 100644 --- a/install/ui/src/freeipa/widget.js +++ b/install/ui/src/freeipa/widget.js @@ -1444,7 +1444,6 @@ IPA.option_widget_base = function(spec, that) { that.create = function(container) { that.destroy(); - that.create_options(that.$node); var css_class = [that.css_class, 'option_widget', that.layout, that.nested ? 'nested': ''].join(' '); -- cgit