diff options
author | Adam Young <ayoung@redhat.com> | 2010-12-23 09:40:15 -0500 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2010-12-23 09:57:58 -0500 |
commit | eb6f21524653a674dd16c34c9a4df9d7a351d9f8 (patch) | |
tree | ed0ab0401f0b9d35d37f225081afce122db2ff5f | |
parent | e4c94320cb43e5c59d1e9da25de8e0adf6f75aaf (diff) | |
download | freeipa.git-eb6f21524653a674dd16c34c9a4df9d7a351d9f8.tar.gz freeipa.git-eb6f21524653a674dd16c34c9a4df9d7a351d9f8.tar.xz freeipa.git-eb6f21524653a674dd16c34c9a4df9d7a351d9f8.zip |
hide autommount
since automount is not yet implemented, remove it from the menu
-rw-r--r-- | install/static/webui.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/install/static/webui.js b/install/static/webui.js index de90b72f..f17db8bc 100644 --- a/install/static/webui.js +++ b/install/static/webui.js @@ -42,7 +42,6 @@ var admin_tab_set = [ {name:'sudocmd', entity:'sudocmd'}, {name:'sudocmdgroup', entity:'sudocmdgroup'} ]}, - {name:'automountlocation', entity:'automountlocation'}, {name:'pwpolicy', entity:'pwpolicy'}, {name:'krbtpolicy', entity:'krbtpolicy'} ]}, |