mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
parent
d9ea7f077f
commit
848daee92a
@ -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'}).
|
||||
|
Loading…
Reference in New Issue
Block a user