]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/blob
54f6d9823e36ba9cef9f41cf8be68c29887cb204
[ceph-ci.git] /
1 <cd-page-header
2   i18n-title
3   title="CephFS Mirroring"
4   i18n-description
5   description="Centralised view of all CephFS Mirroring relationships.">
6 </cd-page-header>
7
8 <ng-container *ngIf="daemonStatus$ | async as daemonStatus">
9
10   <cd-table
11     #table
12     [data]="daemonStatus"
13     [columns]="columns"
14     columnMode="flex"
15     selectionType="single"
16     (updateSelection)="updateSelection($event)"
17     (fetchData)="loadDaemonStatus()">
18   <cd-table-actions class="table-actions"
19                     [permission]="permission"
20                     [selection]="selection"
21                     [tableActions]="tableActions">
22   </cd-table-actions>
23   </cd-table>
24 </ng-container>