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 <a href="{{docsUrl}}"
8 target="_blank">documentation</a>.
11 <cd-table *ngIf="isPrometheusConfigured"
12 [data]="prometheusAlertService.rules"
15 (updateSelection)="setExpandedRow($event)"
16 [selectionType]="'single'">
17 <cd-table-key-value cdTableDetail
20 [renderObjects]="true"
21 [hideKeys]="hideKeys">