1 <cd-prometheus-tabs></cd-prometheus-tabs>
3 <cd-table [data]="prometheusAlertService.alerts"
5 identifier="fingerprint"
6 [forceIdentifier]="true"
7 [customCss]="customCss"
9 (updateSelection)="updateSelection($event)">
10 <cd-table-actions class="table-actions"
11 [permission]="permission"
12 [selection]="selection"
13 [tableActions]="tableActions">
16 *ngIf="selection.hasSingleSelection">
19 <cd-table-key-value [renderObjects]="true"
21 [appendParentKey]="false"
22 [data]="selection.first()"
23 [customCss]="customCss"
30 <ng-template #externalLinkTpl
34 target="_blank"><i [ngClass]="[icons.lineChart]"></i> Source</a>