From 27b01cb628a94535fe3d1bdaa2f7e3899d631317 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Thu, 2 Dec 2010 11:39:33 -0500 Subject: remove task and role groups since these entites are no longer exposed in the Meta data, including them in the code causes breakage at initialization --- install/static/webui.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'install/static/webui.js') diff --git a/install/static/webui.js b/install/static/webui.js index dd90b0e2..93ad899e 100644 --- a/install/static/webui.js +++ b/install/static/webui.js @@ -47,8 +47,6 @@ var admin_tab_set = [ {name:'krbtpolicy', setup:ipa_details_only_setup} ]}, {name:'ipaserver', children: [ - {name:'taskgroup', setup: ipa_entity_setup}, - {name:'rolegroup', label:'Rolegroups', setup: ipa_entity_setup}, {name:'config', setup: ipa_details_only_setup} ]} ]; -- cgit