diff options
Diffstat (limited to 'install/ui/webui.js')
-rw-r--r-- | install/ui/webui.js | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/install/ui/webui.js b/install/ui/webui.js index c014cea7..cfbb9e69 100644 --- a/install/ui/webui.js +++ b/install/ui/webui.js @@ -53,10 +53,8 @@ IPA.admin_navigation = function(spec) { {entity: 'sudocmd'}, {entity: 'sudocmdgroup'} ]}, - {name: 'automount', label: IPA.messages.tabs.automount, children: [ - {entity: 'automountlocation'}, - {entity: 'automountmap'} - ]}, + {entity: 'automountlocation', label: IPA.messages.tabs.automount}, + {entity: 'automountmap',hidden:true}, {entity: 'pwpolicy'}, {entity: 'krbtpolicy'} ]}, |