Skip to content

Commit

Permalink
Fixes JENKINS-7007
Browse files Browse the repository at this point in the history
  • Loading branch information
Manolo Carrasco committed May 16, 2011
1 parent f9ce592 commit b7276f0
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,12 @@
<j:forEach var="performanceReport" items="${it.performanceReportList}">
<div class="title"><h1><center>${%Test file}: ${performanceReport}</center></h1></div>
<center>
<img class="trend" src="./respondingTimeGraph?width=300&amp;height=225&amp;performanceReportPosition=${performanceReport}" width="300" height="225" />
<img class="trend" src="./errorsGraph?width=300&amp;height=225&amp;performanceReportPosition=${performanceReport}" width="300" height="225" />
<a href="./respondingTimeGraph?width=900&amp;height=550&amp;performanceReportPosition=${performanceReport}" title="${%Click for larger image}">
<img class="trend" src="./respondingTimeGraph?width=300&amp;height=225&amp;performanceReportPosition=${performanceReport}" width="300" height="225" />
</a>
<a href="./errorsGraph?width=900&amp;height=550&amp;performanceReportPosition=${performanceReport}" title="${%Click for larger image}">
<img class="trend" src="./errorsGraph?width=300&amp;height=225&amp;performanceReportPosition=${performanceReport}" width="300" height="225" />
</a>
</center>
<center>
<a href="${from.urlName}trendReport?performanceReportPosition=${performanceReport}">${%Trend report}</a>
Expand Down

0 comments on commit b7276f0

Please sign in to comment.