From 2c5f3cfd60575d7c72e6be8124b34c88b90d9fb7 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Fri, 15 Oct 2010 23:40:38 -0500 Subject: Host certificate management The service certificate management UI has been generalized and moved into certificate.js. The host details page is now using the same code to manage certificates. The host.py has been modified to return host certificate info. The Get/Revoke/View buttons behavior has been modified such that they are visible only if there is a valid certificate. The Get dialog box has been fixed to show the correct certificate header and footer. The ipa.css has been modified to store the style of the status bullets. New unit tests for certificate has been added. The test data has been modified to include sample host certificate. --- install/static/test/entity_tests.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/static/test/entity_tests.html') diff --git a/install/static/test/entity_tests.html b/install/static/test/entity_tests.html index a6d3f72f..b8da0f44 100644 --- a/install/static/test/entity_tests.html +++ b/install/static/test/entity_tests.html @@ -19,6 +19,6 @@

    -
    test markup
    +
    -- cgit