From edf9c2273c00b52b0c240bc0c75dc1ba7bdc396e Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Fri, 9 Nov 2012 01:51:54 -0500 Subject: Reorganized common templates. The common templates have moved from common-ui into base/common. The deployment tools have been updated to use the new location. Ticket #407 --- .../pki/admin/console/config/certchainpanel.vm | 49 ++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 base/common/shared/webapps/pki/admin/console/config/certchainpanel.vm (limited to 'base/common/shared/webapps/pki/admin/console/config/certchainpanel.vm') diff --git a/base/common/shared/webapps/pki/admin/console/config/certchainpanel.vm b/base/common/shared/webapps/pki/admin/console/config/certchainpanel.vm new file mode 100644 index 000000000..08bcc1331 --- /dev/null +++ b/base/common/shared/webapps/pki/admin/console/config/certchainpanel.vm @@ -0,0 +1,49 @@ + + + +Pretty Print of Certificates on this subsystem. +

+#foreach ($item in $ppcerts) +

$item.getDN()

+ + + + + + + + +
Certificate: $item.getNickname()
+#end + +
+ +
+
+   +
-- cgit