From cbffe1d65df222acf6eb26cdaa121932a01f9ba7 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Wed, 22 Jun 2011 13:21:40 -0400 Subject: 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 --- install/ui/webui.js | 1 + 1 file changed, 1 insertion(+) (limited to 'install/ui/webui.js') diff --git a/install/ui/webui.js b/install/ui/webui.js index cfbb9e69..5dc2cead 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'} ]}, -- cgit