1 <cd-prometheus-tabs></cd-prometheus-tabs>
3 <cd-alert-panel *ngIf="!isAlertmanagerConfigured"
5 i18n>To enable Silences, please provide the URL to
6 the API of the Prometheus' Alertmanager as described in the
7 <cd-doc section="prometheus"></cd-doc>.</cd-alert-panel>
9 <cd-table *ngIf="isAlertmanagerConfigured"
12 [forceIdentifier]="true"
13 [customCss]="customCss"
15 selectionType="single"
17 (setExpandedRow)="setExpandedRow($event)"
18 (fetchData)="refresh()"
19 (updateSelection)="updateSelection($event)">
20 <cd-table-actions class="table-actions"
21 [permission]="permission"
22 [selection]="selection"
23 [tableActions]="tableActions">
25 <ng-container *ngIf="expandedRow">
26 <cd-table-key-value *cdTableDetail
27 [renderObjects]="true"
29 [appendParentKey]="false"
31 [customCss]="customCss"