summaryrefslogtreecommitdiffstats
path: root/install/static/Makefile.am
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2010-10-15 12:22:01 -0500
committerAdam Young <ayoung@redhat.com>2010-10-15 14:26:07 -0400
commit4c24581b5cffaffbb200152e1d43931c0d674102 (patch)
tree2f9aa6c8b7a2875804e1af834c7fc8e02d0a7973 /install/static/Makefile.am
parentacf5f9cad7438268148dff6c6b74d8c63048409a (diff)
downloadfreeipa-4c24581b5cffaffbb200152e1d43931c0d674102.tar.gz
freeipa-4c24581b5cffaffbb200152e1d43931c0d674102.tar.xz
freeipa-4c24581b5cffaffbb200152e1d43931c0d674102.zip
Service certificate UI.
The service.py has been modified to include certificate info in the service-show result if the service contains usercertificate. A new file certificate.js has been added to store codes related to certificates (e.g. revocation reasons, dialog boxes). The service.js has been modified to provide the UI for certificate management. The certificate.js can also be used for host certificate management. The Makefile.am and index.xhtml has been modified to include certificate.js. New test data files have been added for certificate operations. To test revoke and restore operations the server needs to be installed with dogtag CA instead of self-signed CA. The certificate status and revocation reason in the details page will be implemented in subsequent patches. Unit tests will also be added in subsequent patches.
Diffstat (limited to 'install/static/Makefile.am')
-rw-r--r--install/static/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/static/Makefile.am b/install/static/Makefile.am
index 8071d25f..ee8384c7 100644
--- a/install/static/Makefile.am
+++ b/install/static/Makefile.am
@@ -20,6 +20,7 @@ app_DATA = \
jquery-ui.js \
jquery.ba-bbq.js \
jquery-ui.css \
+ certificate.js \
group.js \
host.js \
hostgroup.js \