1 <cd-prometheus-tabs></cd-prometheus-tabs>
3 <cd-alert-panel *ngIf="!isPrometheusConfigured"
5 i18n>To see all configured Prometheus alerts, please
6 provide the URL to the API of Prometheus as described in
7 the <cd-doc section="prometheus"></cd-doc>.</cd-alert-panel>
9 <cd-table *ngIf="isPrometheusConfigured"
10 [data]="prometheusAlertService.rules"
12 [selectionType]="'single'"
14 (setExpandedRow)="setExpandedRow($event)"
15 (updateSelection)="updateSelection($event)">
16 <ng-container *ngIf="expandedRow">
17 <cd-table-key-value *cdTableDetail
19 [renderObjects]="true"
20 [hideKeys]="hideKeys">