Skip to content

Commit

Permalink
fix issue with dashboard view no longer working
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Alvizu committed Jun 13, 2017
1 parent c08cb85 commit 9aa2cea
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -204,8 +204,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 9aa2cea

Please sign in to comment.