]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/daemon-list/daemon-list.component.html
import 15.2.4
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / block / mirroring / daemon-list / daemon-list.component.html
CommitLineData
11fdf7f2
TL
1<cd-table [data]="data"
2 columnMode="flex"
3 [columns]="columns"
e306af50 4 [autoReload]="-1"
11fdf7f2
TL
5 (fetchData)="refresh()">
6</cd-table>
7
8<ng-template #healthTmpl
9 let-row="row"
10 let-value="value">
11 <span [ngClass]="row.health_color | mirrorHealthColor">{{ value }}</span>
12</ng-template>