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"
13 (updateSelection)="setExpandedRow($event)"
14 [selectionType]="'single'">
15 <cd-table-key-value cdTableDetail
18 [renderObjects]="true"
19 [hideKeys]="hideKeys">