Skip to content

Commit

Permalink
[JENKINS-30586] Fixed alignment of project graph
Browse files Browse the repository at this point in the history
Added an additional tag for alignment of the disk usage trend graph in the project overview.
  • Loading branch information
mkaring committed Sep 23, 2015
1 parent 11512fd commit 157ee22
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 157ee22

Please sign in to comment.