Skip to content

Commit

Permalink
Corrected the number of columns (used default of 4 from layout.erb) a…
Browse files Browse the repository at this point in the history
…nd added footer with (currently hardcoded) information detailing time time range of the pull request data
  • Loading branch information
tsadler1988 committed Feb 25, 2015
1 parent a9e95ab commit f5177f6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dashboards/alltime.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<script type='text/javascript'>
$(function() {
Dashing.widget_base_dimensions = [426, 240]
Dashing.widget_base_dimensions = [426, 240];
Dashing.numColumns = 3;
});
</script>

Expand Down Expand Up @@ -43,6 +44,6 @@
<li data-row="3" data-col="3" data-sizex="1" data-sizey="1">
<div data-id="externalPullRequestsLeadTime" data-view="Number" data-title="Average lead time" style="background-color: #9c00ff" data-moreinfo="days"></div>
</li>

</ul>
<center><div>Pull requests from 01/06/14</div></center>
</div>

0 comments on commit f5177f6

Please sign in to comment.