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

Commit

Permalink
fix(search): fixes project charts on Adv. Search
Browse files Browse the repository at this point in the history
Closes #1900
  • Loading branch information
Shane Wilson committed Mar 29, 2016
1 parent 5c9512e commit a57b7ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/scripts/query/templates/query.summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@

<div class="row">
<div class="col-lg-4 col-sm-6">
<summary-card data-data="qc.summary.cases['cases.project.project_id'].buckets"
<summary-card data-data="qc.summary['project.project_id'].buckets"
height="177"
data-mode="graph"
data-config="qc.chartConfigs.projectIdChartConfig"
data-grouping-title="Project"
data-title="File Counts by Project"></summary-card>
</div>
<div class="col-lg-4 col-sm-6">
<summary-card data-data="qc.summary.cases['cases.project.primary_site'].buckets"
<summary-card data-data="qc.summary['project.primary_site'].buckets"
height="177"
data-mode="graph"
data-config="qc.chartConfigs.primarySiteChartConfig"
Expand Down

0 comments on commit a57b7ae

Please sign in to comment.