]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/silence-list/silence-list.component.html
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / cluster / prometheus / silence-list / silence-list.component.html
index 5a25ec686c1ee3b1ca76463c69fe9dc53bf2f0c3..2997ff3738f41ac29d193a0fa2e84b528e89f046 100644 (file)
@@ -1,4 +1,13 @@
-<cd-table [data]="silences"
+<cd-prometheus-tabs></cd-prometheus-tabs>
+
+<cd-alert-panel *ngIf="!isAlertmanagerConfigured"
+                type="info"
+                i18n>To enable Silences, please provide the URL to
+  the API of the Prometheus' Alertmanager as described in the
+  <cd-doc section="prometheus"></cd-doc>.</cd-alert-panel>
+
+<cd-table *ngIf="isAlertmanagerConfigured"
+          [data]="silences"
           [columns]="columns"
           [forceIdentifier]="true"
           [customCss]="customCss"