]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/monitoring-list/monitoring-list.component.html
import 15.2.5
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / cluster / prometheus / monitoring-list / monitoring-list.component.html
index f54c1fe515f554ead4338402f8f7e35dc26cab61..9bb49de583c97f3edee5e4955ddef8fc260e1acd 100644 (file)
@@ -6,10 +6,9 @@
     <cd-active-alert-list *ngIf="isAlertmanagerConfigured"></cd-active-alert-list>
     <cd-alert-panel type="info"
                     i18n
-                    *ngIf="!isAlertmanagerConfigured">To see all active Prometheus alerts, please
-      provide the URL to the API of Prometheus' Alertmanager as described in the
-  <a href="{{docsUrl}}"
-     target="_blank">documentation</a>.</cd-alert-panel>
+                    *ngIf="!isAlertmanagerConfigured">To see all active Prometheus alerts,
+      please provide the URL to the API of Prometheus' Alertmanager as described in
+      the <cd-doc section="prometheus"></cd-doc>.</cd-alert-panel>
   </tab>
   <tab id="all-alerts"
        heading="All Alerts"
     <cd-rules-list *ngIf="isPrometheusConfigured"
                    [data]="prometheusAlertService.rules"></cd-rules-list>
     <cd-alert-panel type="info"
-                    *ngIf="!isPrometheusConfigured">To see all configured Prometheus alerts, please provide the URL to
-      the API of Prometheus as described in the
-  <a href="{{docsUrl}}"
-     target="_blank">documentation</a>.</cd-alert-panel>
+                    *ngIf="!isPrometheusConfigured">To see all configured Prometheus alerts,
+      please provide the URL to the API of Prometheus as described in
+      the <cd-doc section="prometheus"></cd-doc>.</cd-alert-panel>
   </tab>
   <tab id="silences"
        heading="Silences"
@@ -30,9 +28,8 @@
     <cd-silences-list *ngIf="isAlertmanagerConfigured"></cd-silences-list>
     <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
-  <a href="{{docsUrl}}"
-     target="_blank">documentation</a>.</cd-alert-panel>
+                    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>
   </tab>
 </tabset>