]> git.apps.os.sepia.ceph.com Git - ceph.git/blob
8909f44c32b394d721c5e19ed30ad2667c426705
[ceph.git] /
1 <legend i18n>
2   Multisite Sync Policy
3   <cd-help-text>
4     Multisite bucket-granularity sync policy provides fine grained control of data movement between
5     buckets in different zones.
6   </cd-help-text>
7 </legend>
8 <cd-table
9   #table
10   [autoReload]="false"
11   [data]="syncPolicyData"
12   [columns]="columns"
13   identifier="uniqueId"
14   [forceIdentifier]="true"
15   columnMode="flex"
16   selectionType="multiClick"
17   [searchableObjects]="true"
18   [hasDetails]="false"
19   [serverSide]="false"
20   [count]="0"
21   [maxLimit]="25"
22   [toolHeader]="true"
23   (fetchData)="getPolicyList($event)"
24   (updateSelection)="updateSelection($event)">
25   <div class="table-actions btn-toolbar">
26     <cd-table-actions
27       [permission]="permission"
28       [selection]="selection"
29       class="btn-group"
30       [tableActions]="tableActions">
31     </cd-table-actions>
32   </div>
33 </cd-table>
34
35 <ng-template #deleteTpl>
36   <cd-alert-panel type="danger"
37                   i18n>
38     Are you sure you want to delete these policy groups?
39   </cd-alert-panel>
40 </ng-template>