From eb6f21524653a674dd16c34c9a4df9d7a351d9f8 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Thu, 23 Dec 2010 09:40:15 -0500 Subject: hide autommount since automount is not yet implemented, remove it from the menu --- install/static/webui.js | 1 - 1 file changed, 1 deletion(-) (limited to 'install') diff --git a/install/static/webui.js b/install/static/webui.js index de90b72fc..f17db8bc9 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'} ]}, -- cgit