mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-15 03:01:37 -05:00
Commented out chart, legend and dropdown
refs https://github.com/TryGhost/Team/issues/1986
This commit is contained in:
parent
09efa27630
commit
b9d80c1164
1 changed files with 4 additions and 4 deletions
|
@ -110,7 +110,7 @@
|
|||
</h4>
|
||||
<div class="gh-post-analytics-box column">
|
||||
<div class="gh-attribution-box">
|
||||
<div class="gh-dashboard-select" style="top:40px;right:24px">
|
||||
{{!-- <div class="gh-dashboard-select" style="top:40px;right:24px">
|
||||
<PowerSelect
|
||||
@selected={{this.selectedDisplayOption}}
|
||||
@options={{this.allowedDisplayOptions}}
|
||||
|
@ -127,7 +127,7 @@
|
|||
>
|
||||
{{#if option.name}}{{option.name}}{{else}}<span class="red">Unknown option</span>{{/if}}
|
||||
</PowerSelect>
|
||||
</div>
|
||||
</div> --}}
|
||||
<div class="gh-attribution-table-column">
|
||||
<MemberAttribution::SourceAttributionTable
|
||||
@sources={{this.sources}}
|
||||
|
@ -135,7 +135,7 @@
|
|||
@setSortColumn={{this.setSortColumn}}
|
||||
/>
|
||||
</div>
|
||||
<div class="gh-attribution-chart-column">
|
||||
{{!-- <div class="gh-attribution-chart-column">
|
||||
<div class="gh-attribution-chart-column-inner">
|
||||
<MemberAttribution::SourceAttributionChart
|
||||
@sources={{this.sources}}
|
||||
|
@ -147,7 +147,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div> --}}
|
||||
</div>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
|
Loading…
Add table
Reference in a new issue