From 848daee92abac0cdc23682b64cd8315d25610995 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Tue, 22 Feb 2011 13:03:02 -0500 Subject: reorder user search columns UXD found in testing that not having the clikcable link as the left most column confused users. --- install/ui/user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/ui/user.js b/install/ui/user.js index 7a5bf6781..e098ad1f9 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'}). -- cgit