summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/daemon-list/daemon-list.component.html
blob: c7c3bab87b4c1b444c87560a41d734aa6f0d0df6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<cd-table [data]="data"
          columnMode="flex"
          [columns]="columns"
          [autoReload]="-1"
          (fetchData)="refresh()"
          [status]="tableStatus">
</cd-table>

<ng-template #healthTmpl
             let-row="row"
             let-value="value">
  <span [ngClass]="row.health_color | mirrorHealthColor">{{ value }}</span>
</ng-template>