]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/blob
545ec3dff1f06e4ceb1b19c336eec6ea8467aa1d
[ceph-ci.git] /
1 <cd-table *ngIf="counters; else warning"
2           [data]="counters"
3           [columns]="columns"
4           columnMode="flex"
5           [autoSave]="false"
6           (fetchData)="getCounters($event)">
7   <ng-template #valueTpl let-row="row">
8     {{ row.value | dimless }} {{ row.unit }}
9   </ng-template>
10 </cd-table>
11 <ng-template #warning>
12   <cd-warning-panel i18n>
13     Performance counters not available
14   </cd-warning-panel>
15 </ng-template>