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/layouts | |
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/layouts')
-rw-r--r-- | install/static/layouts/default/Makefile.am | 12 | ||||
-rwxr-xr-x | install/static/layouts/default/hbacrule-details-accesstime.html (renamed from install/static/layouts/default/hbac-details-accesstime.html) | 0 | ||||
-rwxr-xr-x | install/static/layouts/default/hbacrule-details-general.html (renamed from install/static/layouts/default/hbac-details-general.html) | 0 | ||||
-rwxr-xr-x | install/static/layouts/default/hbacrule-details-host.html (renamed from install/static/layouts/default/hbac-details-host.html) | 0 | ||||
-rwxr-xr-x | install/static/layouts/default/hbacrule-details-service.html (renamed from install/static/layouts/default/hbac-details-service.html) | 0 | ||||
-rwxr-xr-x | install/static/layouts/default/hbacrule-details-sourcehost.html (renamed from install/static/layouts/default/hbac-details-sourcehost.html) | 0 | ||||
-rwxr-xr-x | install/static/layouts/default/hbacrule-details-user.html (renamed from install/static/layouts/default/hbac-details-user.html) | 0 |
7 files changed, 6 insertions, 6 deletions
diff --git a/install/static/layouts/default/Makefile.am b/install/static/layouts/default/Makefile.am index ca57a653..b02c1c50 100644 --- a/install/static/layouts/default/Makefile.am +++ b/install/static/layouts/default/Makefile.am @@ -7,12 +7,12 @@ SUBDIRS = \ appdir = $(IPA_DATA_DIR)/static/layouts/default app_DATA = \ - hbac-details-accesstime.html \ - hbac-details-general.html \ - hbac-details-host.html \ - hbac-details-service.html \ - hbac-details-sourcehost.html \ - hbac-details-user.html \ + hbacrule-details-accesstime.html \ + hbacrule-details-general.html \ + hbacrule-details-host.html \ + hbacrule-details-service.html \ + hbacrule-details-sourcehost.html \ + hbacrule-details-user.html \ sudorule-details-general.html \ sudorule-group-dialog.html \ sudorule-host-dialog.html \ diff --git a/install/static/layouts/default/hbac-details-accesstime.html b/install/static/layouts/default/hbacrule-details-accesstime.html index 8d5e258b..8d5e258b 100755 --- a/install/static/layouts/default/hbac-details-accesstime.html +++ b/install/static/layouts/default/hbacrule-details-accesstime.html diff --git a/install/static/layouts/default/hbac-details-general.html b/install/static/layouts/default/hbacrule-details-general.html index 97836909..97836909 100755 --- a/install/static/layouts/default/hbac-details-general.html +++ b/install/static/layouts/default/hbacrule-details-general.html diff --git a/install/static/layouts/default/hbac-details-host.html b/install/static/layouts/default/hbacrule-details-host.html index 1ba386da..1ba386da 100755 --- a/install/static/layouts/default/hbac-details-host.html +++ b/install/static/layouts/default/hbacrule-details-host.html diff --git a/install/static/layouts/default/hbac-details-service.html b/install/static/layouts/default/hbacrule-details-service.html index 77e8420d..77e8420d 100755 --- a/install/static/layouts/default/hbac-details-service.html +++ b/install/static/layouts/default/hbacrule-details-service.html diff --git a/install/static/layouts/default/hbac-details-sourcehost.html b/install/static/layouts/default/hbacrule-details-sourcehost.html index aae1ef38..aae1ef38 100755 --- a/install/static/layouts/default/hbac-details-sourcehost.html +++ b/install/static/layouts/default/hbacrule-details-sourcehost.html diff --git a/install/static/layouts/default/hbac-details-user.html b/install/static/layouts/default/hbacrule-details-user.html index 1b58848f..1b58848f 100755 --- a/install/static/layouts/default/hbac-details-user.html +++ b/install/static/layouts/default/hbacrule-details-user.html |