summaryrefslogtreecommitdiffstats
path: root/install/ui/webui.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/webui.js')
-rw-r--r--install/ui/webui.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/install/ui/webui.js b/install/ui/webui.js
index 00c35b459..ce2cf2dfe 100644
--- a/install/ui/webui.js
+++ b/install/ui/webui.js
@@ -51,7 +51,11 @@ IPA.admin_navigation = function(spec) {
{entity: 'sudocmd'},
{entity: 'sudocmdgroup'}
]},
-// {entity: 'automountlocation'},
+ {name: 'automount', label: IPA.messages.tabs.automount, children: [
+ {entity: 'automountlocation'},
+ {entity: 'automountmap'},
+ {entity: 'automountkey'}
+ ]},
{entity: 'pwpolicy'},
{entity: 'krbtpolicy'}
]},