2 <ng-container *ngIf="subvolumeGroup$ | async as subvolumeGroup">
3 <cd-table *ngIf="subvolumeGroup"
4 [data]="subvolumeGroup"
12 <ng-template #quotaUsageTpl
14 <cd-usage-bar *ngIf="row.info.bytes_pcent && row.info.bytes_pcent !== 'undefined'; else noLimitTpl"
15 [total]="row.info.bytes_quota"
16 [used]="row.info.bytes_pcent"
18 [calculatePerc]="false"
20 [customLegendValue]="row.info.bytes_quota"
21 decimals="2"></cd-usage-bar>
23 <ng-template #noLimitTpl>
24 <span ngbTooltip="Quota limit is not set"
25 *ngIf="row.info.bytes_pcent === 'undefined'"
27 {{row.info.bytes_used | dimlessBinary}}</span>
33 <cd-label [value]="value"></cd-label>
36 <ng-template #modeToHumanReadableTpl
38 <span *ngFor="let result of (value | octalToHumanReadable)"
39 [ngClass]="result.class"
40 [ngbTooltip]="result.toolTip">