summaryrefslogtreecommitdiffstats
path: root/dogtag/ca-ui/shared/webapps/ca/agent/index.template
diff options
context:
space:
mode:
Diffstat (limited to 'dogtag/ca-ui/shared/webapps/ca/agent/index.template')
-rw-r--r--dogtag/ca-ui/shared/webapps/ca/agent/index.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/index.template b/dogtag/ca-ui/shared/webapps/ca/agent/index.template
index b4696a859..4f45c7390 100644
--- a/dogtag/ca-ui/shared/webapps/ca/agent/index.template
+++ b/dogtag/ca-ui/shared/webapps/ca/agent/index.template
@@ -84,7 +84,7 @@ if (result.header.errorDetails != null) {
for (var i = 0; i < result.recordSet.length; ++i) {
document.write('<tr valign="TOP">');
document.write('<td>');
- document.write('<img src="/graphics/goto-tall.gif" width="10" height="15">&nbsp;</td>');
+ document.write('<img src="/pki/images/goto-tall.gif" width="10" height="15">&nbsp;</td>');
document.write('<td>');
document.write('<font face="PrimaSans BT, Verdana, sans-serif">');
document.write('<a href="');
@@ -120,7 +120,7 @@ document.write('</tr>');
if (displayServices== 'true')
{
document.write('<tr valign="TOP">');
- document.write('<TD><IMG src="/graphics/goto-tall.gif" width="10" height="15"></TD>');
+ document.write('<TD><IMG src="/pki/images/goto-tall.gif" width="10" height="15"></TD>');
document.write('<TD><FONT face="PrimaSans BT, Verdana, sans-serif">');
document.write('<A href="ports">Services Summary</A></FONT></TD>');
document.write('</tr>');