diff options
author | Adam Young <ayoung@redhat.com> | 2010-12-02 11:39:33 -0500 |
---|---|---|
committer | Endi Sukma Dewata <edewata@redhat.com> | 2010-12-02 11:48:29 -0500 |
commit | 27b01cb628a94535fe3d1bdaa2f7e3899d631317 (patch) | |
tree | 15a2bb3ebd7591847012251f94cd8d1dd9f4c2a0 /install/static/webui.js | |
parent | 5db7c4ec34900cc85bece536e57b7e9cefa3a484 (diff) | |
download | freeipa.git-27b01cb628a94535fe3d1bdaa2f7e3899d631317.tar.gz freeipa.git-27b01cb628a94535fe3d1bdaa2f7e3899d631317.tar.xz freeipa.git-27b01cb628a94535fe3d1bdaa2f7e3899d631317.zip |
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
Diffstat (limited to 'install/static/webui.js')
-rw-r--r-- | install/static/webui.js | 2 |
1 files changed, 0 insertions, 2 deletions
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} ]} ]; |