Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
fix(cart): 2532 correct columns
Browse files Browse the repository at this point in the history
Closes #2532
  • Loading branch information
alex-wilmer committed May 30, 2016
1 parent 86b5da2 commit 6b8321b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/scripts/cart/templates/cart.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ <h2 data-translate data-ng-if="cc.CartService.getFileIds().length">
<summary-card data-data="cc.summary['project.project_id'].buckets"
height="177"
data-mode="graph"
data-show-cases="true"
data-grouping-title="Project"
data-config="cc.projectCountChartConfig"
data-title="File Counts by Project"></summary-card>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h4 data-ng-if="!config.tableTitle || mode === 'graph'" class="panel-title pull-
<thead>
<tr>
<th scope="col" data-translate>{{::groupingTitle}}</th>
<th scope="col" data-translate>Cases</th>
<th scope="col" data-ng-if="showCases" data-translate>Cases</th>
<th scope="col" data-translate>Files</th>
<th scope="col" data-translate>File Size</th>
</tr>
Expand Down

0 comments on commit 6b8321b

Please sign in to comment.