diff options
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} |