reorder user search columns UXD found in testing that not having the clikcable link as the left most column confused users.

This commit is contained in:
Adam Young 2011-02-22 13:03:02 -05:00 committed by Endi S. Dewata
parent d9ea7f077f
commit 848daee92a

View File

@ -30,8 +30,8 @@ IPA.entity_factories.user = function() {
}).
facet(
IPA.search_facet().
column({name:'cn'}).
column({name:'uid'}).
column({name:'cn'}).
column({name:'uidnumber'}).
column({name:'mail'}).
column({name:'telephonenumber'}).