diff options
author | Endi S. Dewata <edewata@redhat.com> | 2011-01-28 16:46:19 -0500 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2011-01-29 13:36:03 -0500 |
commit | e806f32caeb517b12154bc1c02b8ad55b5b40f2d (patch) | |
tree | f2d2d946ad9ced5f317ad6eb3881340fd4298905 /install/ui/jsl.conf | |
parent | f72d8e506a82dc558f89a4d115f3aad261655ba8 (diff) | |
download | freeipa-e806f32caeb517b12154bc1c02b8ad55b5b40f2d.tar.gz freeipa-e806f32caeb517b12154bc1c02b8ad55b5b40f2d.tar.xz freeipa-e806f32caeb517b12154bc1c02b8ad55b5b40f2d.zip |
Add permission dialog adjustments.
The IPA.dialog has been modified to support sections. The add
dialog for permission has been modified to include the target
section. The base dialog classes have been moved from widget.js
into a new file called dialog.js.
This patch also includes ayoung's fix for parameter name and
format for the permission attributes.
https://fedorahosted.org/freeipa/ticket/791
Diffstat (limited to 'install/ui/jsl.conf')
-rw-r--r-- | install/ui/jsl.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install/ui/jsl.conf b/install/ui/jsl.conf index 1d7190e43..67cf84b12 100644 --- a/install/ui/jsl.conf +++ b/install/ui/jsl.conf @@ -126,6 +126,7 @@ # +process ipa.js +process widget.js ++process dialog.js +process search.js +process details.js +process add.js |