1 <cd-prometheus-tabs></cd-prometheus-tabs>
3 <cd-table [data]="silences"
5 [forceIdentifier]="true"
6 [customCss]="customCss"
9 (fetchData)="refresh()"
10 (updateSelection)="updateSelection($event)">
11 <cd-table-actions class="table-actions"
12 [permission]="permission"
13 [selection]="selection"
14 [tableActions]="tableActions">
17 *ngIf="selection.hasSingleSelection">
20 <cd-table-key-value [renderObjects]="true"
22 [appendParentKey]="false"
23 [data]="selection.first()"
24 [customCss]="customCss"