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
Workaround causes the icon to display correctly. Thanks for the quick turnaround.
| Old | New | |
| Dave Leskovac (dleskovac) - 20 months ago (15 Jan 2007 16:12) | ||
Kirill Maximov (maxkir)
21 months ago (27 Dec 2006 19:48)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"/>