diff options
author | Endi S. Dewata <edewata@redhat.com> | 2011-01-11 20:31:09 +0700 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2011-01-11 21:33:40 -0500 |
commit | 9d0dc89b03d4e3f50d54d1189a119016b2c805c3 (patch) | |
tree | 5d99a626c8c8283f2b968af3e0cf65953dc954e1 /install/static/webui.js | |
parent | 409b6efa5f0d4149fb26513dd25259b9d0026840 (diff) | |
download | freeipa.git-9d0dc89b03d4e3f50d54d1189a119016b2c805c3.tar.gz freeipa.git-9d0dc89b03d4e3f50d54d1189a119016b2c805c3.tar.xz freeipa.git-9d0dc89b03d4e3f50d54d1189a119016b2c805c3.zip |
Renamed hbac to hbacrule.
All references to hbac in the UI have been replaced with hbacrule.
This is to match the hbacrule plugin. The test data and templates
have been renamed as well.
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 f17db8bc..964c8cf7 100644 --- a/install/static/webui.js +++ b/install/static/webui.js @@ -34,7 +34,7 @@ var admin_tab_set = [ ]}, {name:'policy', children:[ {name:'dnszone', entity:'dnszone'}, - {name:'hbac', entity:'hbac', children:[ + {name:'hbacrule', entity:'hbacrule', children:[ {name:'hbacsvc', entity:'hbacsvc'}, {name:'hbacsvcgroup', entity:'hbacsvcgroup'} ]}, |