1 <cd-prometheus-tabs></cd-prometheus-tabs>
3 <cd-alert-panel *ngIf="!isAlertmanagerConfigured"
5 i18n>To enable Silences, please provide the URL to the
6 API of the Prometheus' Alertmanager as described in
7 the <a href="{{docsUrl}}"
8 target="_blank">documentation</a>.
11 <cd-table *ngIf="isAlertmanagerConfigured"
14 [forceIdentifier]="true"
15 [customCss]="customCss"
17 selectionType="single"
19 (setExpandedRow)="setExpandedRow($event)"
20 (fetchData)="refresh()"
21 (updateSelection)="updateSelection($event)">
22 <cd-table-actions class="table-actions"
23 [permission]="permission"
24 [selection]="selection"
25 [tableActions]="tableActions">
27 <cd-table-key-value cdTableDetail
29 [renderObjects]="true"
31 [appendParentKey]="false"
33 [customCss]="customCss"