]> git.apps.os.sepia.ceph.com Git - ceph.git/blob
4d4f4d7b54373d9a4e3e4f061a8eabf934afa274
[ceph.git] /
1 <cd-prometheus-tabs></cd-prometheus-tabs>
2
3 <cd-table [data]="silences"
4           [columns]="columns"
5           [forceIdentifier]="true"
6           [customCss]="customCss"
7           [sorts]="sorts"
8           selectionType="single"
9           (fetchData)="refresh()"
10           (updateSelection)="updateSelection($event)">
11   <cd-table-actions class="table-actions"
12                     [permission]="permission"
13                     [selection]="selection"
14                     [tableActions]="tableActions">
15   </cd-table-actions>
16   <tabset cdTableDetail
17           *ngIf="selection.hasSingleSelection">
18     <tab i18n-heading
19          heading="Details">
20       <cd-table-key-value [renderObjects]="true"
21                           [hideEmpty]="true"
22                           [appendParentKey]="false"
23                           [data]="selection.first()"
24                           [customCss]="customCss"
25                           [autoReload]="false">
26       </cd-table-key-value>
27     </tab>
28   </tabset>
29 </cd-table>