summaryrefslogtreecommitdiffstats
path: root/install/ui/webui.js
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-06-22 13:21:40 -0400
committerAdam Young <ayoung@redhat.com>2011-06-23 20:24:14 -0400
commitcbffe1d65df222acf6eb26cdaa121932a01f9ba7 (patch)
treee73a874433ce34fbef98f5ddf7a8109ad223188c /install/ui/webui.js
parent8810758c11df8afb5fb7ddf97a71c55a431edfd2 (diff)
downloadfreeipa-cbffe1d65df222acf6eb26cdaa121932a01f9ba7.tar.gz
freeipa-cbffe1d65df222acf6eb26cdaa121932a01f9ba7.tar.xz
freeipa-cbffe1d65df222acf6eb26cdaa121932a01f9ba7.zip
automountkey details
Adds hooks for navigation to the show page due to the unusual way that keys are accessed. https://fedorahosted.org/freeipa/ticket/1257
Diffstat (limited to 'install/ui/webui.js')
-rw-r--r--install/ui/webui.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/ui/webui.js b/install/ui/webui.js
index cfbb9e69b..5dc2cead6 100644
--- a/install/ui/webui.js
+++ b/install/ui/webui.js
@@ -55,6 +55,7 @@ IPA.admin_navigation = function(spec) {
]},
{entity: 'automountlocation', label: IPA.messages.tabs.automount},
{entity: 'automountmap',hidden:true},
+ {entity: 'automountkey',hidden:true},
{entity: 'pwpolicy'},
{entity: 'krbtpolicy'}
]},