diff options
author | Adam Young <ayoung@redhat.com> | 2010-12-02 14:14:59 -0500 |
---|---|---|
committer | Endi Sukma Dewata <edewata@redhat.com> | 2010-12-03 11:42:38 -0500 |
commit | e33377bc1353141a035ce5d188cb63fa926fb86f (patch) | |
tree | c311bc8fa89406b11240334efb5b34f50c47d948 /install/static/webui.js | |
parent | 188ca3a360b7d22cd4c40afcba87912cc892aa01 (diff) | |
download | freeipa.git-e33377bc1353141a035ce5d188cb63fa926fb86f.tar.gz freeipa.git-e33377bc1353141a035ce5d188cb63fa926fb86f.tar.xz freeipa.git-e33377bc1353141a035ce5d188cb63fa926fb86f.zip |
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
Diffstat (limited to 'install/static/webui.js')
-rw-r--r-- | install/static/webui.js | 2 |
1 files changed, 1 insertions, 1 deletions
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} |