From 091099480ff90c9b32a62bc241ead029e0bdc56c Mon Sep 17 00:00:00 2001 From: Adam Young Date: Tue, 23 Nov 2010 16:32:17 -0500 Subject: navigation format UXD guidance to cleanup navigation. adjusts the tab font --- install/static/webui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/static/webui.js') diff --git a/install/static/webui.js b/install/static/webui.js index 17c08d8f..5d1f36e5 100644 --- a/install/static/webui.js +++ b/install/static/webui.js @@ -65,7 +65,7 @@ $(function() { var whoami = IPA.whoami; IPA.whoami_pkey=whoami.uid[0]; - $('#loggedinas').find('strong').text(whoami.krbprincipalname[0]); + $('#loggedinas').find('strong').text(whoami.cn[0]); $('#loggedinas a').fragment( {'user-facet':'details', 'user-pkey':IPA.whoami_pkey},2); -- cgit