summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-07-06 17:39:49 -0400
committerAdam Young <ayoung@redhat.com>2011-07-06 20:57:54 -0400
commit158bb676fd255eeda34b29a212c9679112d923dd (patch)
tree9415e3d3e7d147d18d9bfd80797278bd2e696ca6 /install
parente4a444ba8159f890daa124d1c546b977a91b9f32 (diff)
downloadfreeipa-158bb676fd255eeda34b29a212c9679112d923dd.tar.gz
freeipa-158bb676fd255eeda34b29a212c9679112d923dd.tar.xz
freeipa-158bb676fd255eeda34b29a212c9679112d923dd.zip
Fixed blank self-service page.
The self-service navigation has been fixed to include the root of the navigation path. Ticket #1445
Diffstat (limited to 'install')
-rw-r--r--install/ui/webui.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/install/ui/webui.js b/install/ui/webui.js
index 01d060fcf..62363e889 100644
--- a/install/ui/webui.js
+++ b/install/ui/webui.js
@@ -101,6 +101,8 @@ IPA.self_serv_navigation = function(spec) {
} else {
var state = {
+ 'navigation': 'identity',
+ 'identity': 'user',
'user-pkey': pkey || IPA.whoami_pkey,
'user-facet': facet || 'details'
};