summaryrefslogtreecommitdiffstats
path: root/dogtag/ca-ui/shared/webapps/ca
diff options
context:
space:
mode:
Diffstat (limited to 'dogtag/ca-ui/shared/webapps/ca')
-rw-r--r--dogtag/ca-ui/shared/webapps/ca/agent/index.template4
-rw-r--r--dogtag/ca-ui/shared/webapps/ca/agent/ports.template2
2 files changed, 3 insertions, 3 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>');
diff --git a/dogtag/ca-ui/shared/webapps/ca/agent/ports.template b/dogtag/ca-ui/shared/webapps/ca/agent/ports.template
index cf5081b30..bfec33981 100644
--- a/dogtag/ca-ui/shared/webapps/ca/agent/ports.template
+++ b/dogtag/ca-ui/shared/webapps/ca/agent/ports.template
@@ -85,7 +85,7 @@ if (result.header.errorDetails != null) {
continue;
document.write('<tr valign="TOP">');
document.write('<td>');
- document.write('<img src="/ca/agent/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="');