summaryrefslogtreecommitdiffstats
path: root/install/static/webui.js
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2010-11-23 16:32:17 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2010-11-24 20:30:43 -0500
commit091099480ff90c9b32a62bc241ead029e0bdc56c (patch)
treed2e1417d6f2135fb5bc7283e05bd21674a5d8b4e /install/static/webui.js
parent841c290113f4871343294aca06307b909c4c3f45 (diff)
downloadfreeipa-091099480ff90c9b32a62bc241ead029e0bdc56c.tar.gz
freeipa-091099480ff90c9b32a62bc241ead029e0bdc56c.tar.xz
freeipa-091099480ff90c9b32a62bc241ead029e0bdc56c.zip
navigation format UXD guidance to cleanup navigation. adjusts the tab font
Diffstat (limited to 'install/static/webui.js')
-rw-r--r--install/static/webui.js2
1 files changed, 1 insertions, 1 deletions
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);