summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-02-22 13:03:02 -0500
committerEndi S. Dewata <edewata@redhat.com>2011-02-22 14:58:38 -0500
commit848daee92abac0cdc23682b64cd8315d25610995 (patch)
treebc073aa26ef0e0d5dba9b9c8a2be04f27e5a0717
parentd9ea7f077f377fc3aae8bd405e023c18acde01c6 (diff)
downloadfreeipa-848daee92abac0cdc23682b64cd8315d25610995.tar.gz
freeipa-848daee92abac0cdc23682b64cd8315d25610995.tar.xz
freeipa-848daee92abac0cdc23682b64cd8315d25610995.zip
reorder user search columns UXD found in testing that not having the clikcable link as the left most column confused users.
-rw-r--r--install/ui/user.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/user.js b/install/ui/user.js
index 7a5bf678..e098ad1f 100644
--- a/install/ui/user.js
+++ b/install/ui/user.js
@@ -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'}).