]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/blob
0066784a86409b49fa0cc617c5717ce9b7ed6e9e
[ceph-ci.git] /
1 <cd-prometheus-tabs></cd-prometheus-tabs>
2
3 <cd-alert-panel *ngIf="!isPrometheusConfigured"
4                 type="info"
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>
8
9 <cd-table *ngIf="isPrometheusConfigured"
10           [data]="prometheusAlertService.rules"
11           [columns]="columns"
12           [hasDetails]="true"
13           (updateSelection)="setExpandedRow($event)"
14           [selectionType]="'single'">
15   <cd-table-key-value cdTableDetail
16                       *ngIf="expandedRow"
17                       [data]="expandedRow"
18                       [renderObjects]="true"
19                       [hideKeys]="hideKeys">
20   </cd-table-key-value>
21 </cd-table>