From e33377bc1353141a035ce5d188cb63fa926fb86f Mon Sep 17 00:00:00 2001 From: Adam Young Date: Thu, 2 Dec 2010 14:14:59 -0500 Subject: dns2 ui replaceing calls for the dns plugin to the dns2 plugin no has attribute permissions and all other benefits of building on the baseldap plugin --- install/static/webui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/static/webui.js') diff --git a/install/static/webui.js b/install/static/webui.js index 93ad899e..26f60098 100644 --- a/install/static/webui.js +++ b/install/static/webui.js @@ -33,7 +33,7 @@ var admin_tab_set = [ {name:'service', label:'Services', setup: ipa_entity_setup} ]}, {name:'policy', children:[ - {name:'dns', setup: ipa_entity_setup}, + {name:'dnszone', setup: ipa_entity_setup}, {name:'hbac', setup: ipa_entity_setup, children:[ {name:'hbacsvc', setup: ipa_entity_setup}, {name:'hbacsvcgroup', setup: ipa_entity_setup} -- cgit