Skip to content

Commit

Permalink
Merge branch 'master' into JENKINS-38670
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Alvizu committed Jun 14, 2017
2 parents 48410da + 08939fa commit 12e7766
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -188,8 +188,8 @@ public BuildPipelineView(final String name, final String buildViewTitle,
this.noOfDisplayedBuilds = noOfDisplayedBuilds;
this.triggerOnlyLatestJob = triggerOnlyLatestJob;
this.cssUrl = cssUrl;
this.rowHeaders = new NullColumnHeader();
this.columnHeaders = new SimpleRowHeader();
this.rowHeaders = new SimpleRowHeader();
this.columnHeaders = new NullColumnHeader();
}

/**
Expand Down

0 comments on commit 12e7766

Please sign in to comment.