Skip to content

Commit 00bcc74

Browse files
stuartrowetimja
andauthored
Force pipeline graph summary below build timing information (jenkinsci#811)
* Force pipeline graph summary below build timing information * Use 'class=clearfix' class instead of 'style= Co-authored-by: Tim Jacomb <21194782+timja@users.noreply.github.com> * Use 'class=clearfix' in a separate div before the div holding the graph * Fix up whitespace --------- Co-authored-by: Tim Jacomb <21194782+timja@users.noreply.github.com>
1 parent e547f74 commit 00bcc74

File tree

1 file changed

+2
-0
lines changed
  • src/main/resources/io/jenkins/plugins/pipelinegraphview/consoleview/PipelineConsoleViewAction

1 file changed

+2
-0
lines changed

src/main/resources/io/jenkins/plugins/pipelinegraphview/consoleview/PipelineConsoleViewAction/summary.jelly

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<?jelly escape-by-default='true'?>
33
<j:jelly xmlns:j="jelly:core">
44
<j:if test="${it.showGraphOnBuildPage}">
5+
<!-- workaround floatingBox elements overlapping -->
6+
<div class="clearfix" />
57
<div id="graph"
68
data-current-run-path="${rootURL + '/' + it.buildUrl}"
79
data-previous-run-path="${it.previousBuildUrl != null ? rootURL + '/' + it.previousBuildUrl : null}" />

0 commit comments

Comments
 (0)