summaryrefslogtreecommitdiffstats
path: root/ipatests/test_webui/test_delegation.py
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-07-04 13:24:47 +0200
committerPetr Vobornik <pvoborni@redhat.com>2014-07-21 10:47:06 +0200
commitb68f819de75073285c17c28a30afe5b5dbfe5176 (patch)
treeabf7544ee5860cb741121af0dc8594a0cd769649 /ipatests/test_webui/test_delegation.py
parentcd4fd60c0ef7026964aff971346720e9fd60d148 (diff)
downloadfreeipa-b68f819de75073285c17c28a30afe5b5dbfe5176.tar.gz
freeipa-b68f819de75073285c17c28a30afe5b5dbfe5176.tar.xz
freeipa-b68f819de75073285c17c28a30afe5b5dbfe5176.zip
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 <edewata@redhat.com>
Diffstat (limited to 'ipatests/test_webui/test_delegation.py')
-rw-r--r--ipatests/test_webui/test_delegation.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/ipatests/test_webui/test_delegation.py b/ipatests/test_webui/test_delegation.py
index 22276c2e7..a3e70609f 100644
--- a/ipatests/test_webui/test_delegation.py
+++ b/ipatests/test_webui/test_delegation.py
@@ -33,11 +33,11 @@ DATA = {
('textbox', 'aciname', PKEY),
('combobox', 'group', 'editors'),
('combobox', 'memberof', 'ipausers'),
- ('table', 'attrs', 'audio'),
- ('table', 'attrs', 'businesscategory'),
+ ('checkbox', 'attrs', 'audio'),
+ ('checkbox', 'attrs', 'businesscategory'),
],
'mod': [
- ('table', 'attrs', 'businesscategory'),
+ ('checkbox', 'attrs', 'businesscategory'),
],
}