1 <cd-prometheus-tabs></cd-prometheus-tabs>
3 <cd-alert-panel *ngIf="!isAlertmanagerConfigured"
5 i18n>To see all active Prometheus alerts, please provide
6 the URL to the API of Prometheus' Alertmanager as described
7 in the <cd-doc section="prometheus"></cd-doc>.</cd-alert-panel>
9 <cd-table *ngIf="isAlertmanagerConfigured"
10 [data]="prometheusAlertService.alerts"
12 identifier="fingerprint"
13 [forceIdentifier]="true"
14 [customCss]="customCss"
15 selectionType="single"
17 (setExpandedRow)="setExpandedRow($event)"
18 (updateSelection)="updateSelection($event)">
19 <cd-table-actions class="table-actions"
20 [permission]="permission"
21 [selection]="selection"
22 [tableActions]="tableActions">
25 <cd-table-key-value cdTableDetail
27 [renderObjects]="true"
29 [appendParentKey]="false"
31 [customCss]="customCss"
36 <ng-template #externalLinkTpl
40 target="_blank"><i [ngClass]="[icons.lineChart]"></i> Source</a>