Skip to content

Commit

Permalink
Merge pull request #32 from mkaring/master
Browse files Browse the repository at this point in the history
[JENKINS-30586] Fixed alignment of project graph
  • Loading branch information
lvotypko committed Oct 12, 2015
2 parents 05dd253 + 157ee22 commit 4855568
Showing 1 changed file with 7 additions and 5 deletions.
@@ -1,11 +1,13 @@
<j:jelly xmlns:j="jelly:core">
<j:if test="${(from.getAllDiskUsageWorkspace() > 0) || (from.getJobRootDirDiskUsage() > 0) || (from.getAllBuildsDiskUsage() > 0)}">
<j:if test="${from.showGraph()}">
<div class="test-trend-caption">
${%Disk Usage Trend}
</div>
<div>
<img src="diskUsage/graph/png?height=200&amp;width=500" lazymap="diskUsage/graph/map" alt="${%Disk Usage Trend}" />
<div align="right">
<div class="test-trend-caption">
${%Disk Usage Trend}
</div>
<div>
<img src="diskUsage/graph/png?height=200&amp;width=500" lazymap="diskUsage/graph/map" alt="${%Disk Usage Trend}" />
</div>
</div>
</j:if>
</j:if>
Expand Down

0 comments on commit 4855568

Please sign in to comment.