Headless CMS and Content Managment Hub
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

14 lines
591 B

<div class="card card">
<div class="card-header">{{ 'dashboard.trafficHeader' | sqxTranslate }}</div>
<div class="card-body">
<div class="aggregation" *ngIf="bytesMonth >= 0">
<div class="aggregation-label">{{ 'dashboard.currentMonthLabel' | sqxTranslate }}</div>
<div class="aggregation-value">{{bytesMonth | sqxFileSize}}</div>
<div class="aggregation-label" *ngIf="bytesAllowed > 0">
{{ 'dashboard.trafficLimitLabel' | sqxTranslate }}: {{bytesAllowed | sqxFileSize}}
</div>
</div>
</div>
</div>