Back    
Priority:
Type:
State:
Assignee:
Subsystem:
Affected versions:
Fixed in:

TW-1380

Artifacts icon does not appear in build configuration status embedlet output

0
When I display build configuration status in a web page, the "artifacts" icon is a broken link. The status (check mark) displays okay.

Environment: Server and agent on: Red Hat Enterprise Linux ES release 4 (Nahant Update 3)

Issue wasresolved
Comments (2)
History (1)
Kirill Maximov Kirill Maximov 27 Dec 2006 19:48 (2 years ago)

Fixed. As a workaround, replace content of TeamCity/webapps/ROOT/WEB-INF/tags/artefactsIcon.tag with the following:


<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"
%><%@ taglib prefix="bs" tagdir="/WEB-INF/tags"
%><img src="${serverPathh}<c:url value="/img/artifacts.gif"/>" width="16" height="16" class="icon" alt="View build artifacts"/>
Dave Leskovac Dave Leskovac 27 Dec 2006 20:53 (2 years ago)
Workaround causes the icon to display correctly. Thanks for the quick turnaround.