Revert "RED-10326: fix display of documents in trash on retention capacity chart."
This reverts commit e167e94171cb500f0785f2f83be85810fd57021e.
This commit is contained in:
parent
b2e40b8f86
commit
e802ef3f7e
@ -78,9 +78,9 @@ export class LicenseRetentionCapacityComponent {
|
|||||||
|
|
||||||
return [
|
return [
|
||||||
{
|
{
|
||||||
data: monthlyData.flatMap(d => d.trashFilesUploadedBytes),
|
data: monthlyData.flatMap(d => d.activeFilesUploadedBytes),
|
||||||
label: this._translateService.instant('license-info-screen.retention-capacity-usage.trash-documents'),
|
label: this._translateService.instant('license-info-screen.retention-capacity-usage.active-documents'),
|
||||||
...getLineConfig(ChartRed, false, 'origin'),
|
...getLineConfig(ChartGreen, false, 'origin'),
|
||||||
stack: 'storage',
|
stack: 'storage',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -90,9 +90,9 @@ export class LicenseRetentionCapacityComponent {
|
|||||||
stack: 'storage',
|
stack: 'storage',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
data: monthlyData.flatMap(d => d.activeFilesUploadedBytes),
|
data: monthlyData.flatMap(d => d.trashFilesUploadedBytes),
|
||||||
label: this._translateService.instant('license-info-screen.retention-capacity-usage.active-documents'),
|
label: this._translateService.instant('license-info-screen.retention-capacity-usage.trash-documents'),
|
||||||
...getLineConfig(ChartGreen, false, 'origin'),
|
...getLineConfig(ChartRed, false, '-1'),
|
||||||
stack: 'storage',
|
stack: 'storage',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user