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
Environment: Server and agent on: Red Hat Enterprise Linux ES release 4 (Nahant Update 3)
Issue wasresolved
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"/>