1 <cd-table *ngIf="counters; else warning"
6 (fetchData)="getCounters($event)">
7 <ng-template #valueTpl let-row="row">
8 {{ row.value | dimless }} {{ row.unit }}
11 <ng-template #warning>
12 <cd-warning-panel i18n>
13 Performance counters not available