summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcfu <cfu@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2010-10-04 16:53:56 +0000
committercfu <cfu@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2010-10-04 16:53:56 +0000
commitf63b97108887f486efb7cb5b60bdd85b45c10a53 (patch)
tree55366880d36426cc1a635d408c9fad564e6ef3c7
parentaf1b75a4cef58c147915b61688850cbdc439ec0d (diff)
Bug 504061 - ECC: unable to install subsystems (sub-CA, DRM, TKS, etc.) for an ECC CA (installation and starting ONLY. Run time issues are filed as separate bugs)
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1329 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
-rw-r--r--pki/dogtag/common-ui/shared/admin/console/config/donepanel.vm18
-rw-r--r--pki/dogtag/common-ui/shared/admin/console/config/modulepanel.vm6
2 files changed, 20 insertions, 4 deletions
diff --git a/pki/dogtag/common-ui/shared/admin/console/config/donepanel.vm b/pki/dogtag/common-ui/shared/admin/console/config/donepanel.vm
index dd49ad9fc..062025825 100644
--- a/pki/dogtag/common-ui/shared/admin/console/config/donepanel.vm
+++ b/pki/dogtag/common-ui/shared/admin/console/config/donepanel.vm
@@ -33,12 +33,24 @@ function performPanel() {
<img alt="" src="../img/icon_crit_update.gif">&nbsp;<font color="red">$errorString</font>
#end
#if ($systemType.equals("tks"))
-As 'root', restart the server on the command line by typing "$initCommand restart $instanceId". After performing this restart, the server should become operational.
+As 'root', restart the server on the command line by typing the following command:
+<br>
+$initCommand restart $instanceId
+<br>
+After performing this restart, the server should become operational.
#else
#if ($externalCA.equals("true") && $systemType.equals("kra"))
-As 'root', restart the server on the command line by typing "$initCommand restart $instanceId". Startup the administration console to add the peer CA to the Trusted Manager's Group. Make sure to add the transport certificate and connector information to the peer CA. After performing this restart, the server should become operational.
+As 'root', restart the server on the command line by typing the following command:
+<br>
+$initCommand restart $instanceId
+<br>
+Startup the administration console to add the peer CA to the Trusted Manager's Group. Make sure to add the transport certificate and connector information to the peer CA. After performing this restart, the server should become operational.
#else
-As 'root', restart the server on the command line by typing "$initCommand restart $instanceId". After performing this restart, the server should become operational.
+As 'root', restart the server on the command line by typing the following command:
+<br>
+$initCommand restart $instanceId
+<br>
+After performing this restart, the server should become operational.
<br/>
Please go to the <A href="https://$host:$port/$systemType/services"><b>services page</b></A> to access all of the available interfaces.
<br/>
diff --git a/pki/dogtag/common-ui/shared/admin/console/config/modulepanel.vm b/pki/dogtag/common-ui/shared/admin/console/config/modulepanel.vm
index a89d16e14..f0952ecbe 100644
--- a/pki/dogtag/common-ui/shared/admin/console/config/modulepanel.vm
+++ b/pki/dogtag/common-ui/shared/admin/console/config/modulepanel.vm
@@ -142,7 +142,11 @@ Since a security module may consist of slots for one or more tokens, the user mu
<input type=radio name="choice" value="$token.getNickName()">
#end
</td>
- <td></td>
+ <td>
+ #if ($token.isPresent() && !$token.isLoggedIn())
+<a href="wizard?p=$subpanelno&amp;SecToken=$token.getNickName()">Login</a>
+ #end
+</td>
</tr>
#end
#end