diff options
author | afreen23 <afreen23.git@gmail.com> | 2024-09-19 20:18:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-19 20:18:31 +0200 |
commit | 35c60cb4bd98d070c6efbc9066e04a63a6119b38 (patch) | |
tree | 4f0f8bb2f355eb2264d508cb2d0b249f0041eb85 /src/pybind/mgr/dashboard | |
parent | Merge pull request #59026 from aclamk/fix-aclamk-blk-kernel-uninitialized (diff) | |
parent | mgr/dashboard: Fix space between the text in few sections (diff) | |
download | ceph-35c60cb4bd98d070c6efbc9066e04a63a6119b38.tar.xz ceph-35c60cb4bd98d070c6efbc9066e04a63a6119b38.zip |
Merge pull request #59821 from rhcs-dashboard/bz-2311899
mgr/dashboard: Fix space between the text in few sections
Reviewed-by: Afreen Misbah <afreen23.git@gmail.com>
Diffstat (limited to 'src/pybind/mgr/dashboard')
12 files changed, 17 insertions, 17 deletions
diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-target-list/iscsi-target-list.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-target-list/iscsi-target-list.component.html index 06490a6c76f..ef7fa2a178e 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-target-list/iscsi-target-list.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-target-list/iscsi-target-list.component.html @@ -4,7 +4,7 @@ *ngIf="available === false" title="iSCSI Targets not available" i18n-title> - <ng-container i18n>Please consult the <cd-doc section="iscsi"></cd-doc> on + <ng-container i18n>Please consult the <cd-doc section="iscsi"></cd-doc> on how to configure and enable the iSCSI Targets management functionality.</ng-container> <ng-container *ngIf="status"> diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/active-alert-list/active-alert-list.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/active-alert-list/active-alert-list.component.html index 51d3cbb1099..c726ea319ed 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/active-alert-list/active-alert-list.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/active-alert-list/active-alert-list.component.html @@ -4,7 +4,7 @@ type="info" i18n>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> + in the <cd-doc section="prometheus"></cd-doc>.</cd-alert-panel> <cd-table *ngIf="isAlertmanagerConfigured" [data]="prometheusAlertService.alerts" diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/rules-list/rules-list.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/rules-list/rules-list.component.html index e5573cf4782..7296f669d00 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/rules-list/rules-list.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/rules-list/rules-list.component.html @@ -4,7 +4,7 @@ type="info" i18n>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> + the <cd-doc section="prometheus"></cd-doc>.</cd-alert-panel> <cd-table *ngIf="isPrometheusConfigured" [data]="prometheusAlertService.rules" diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/silence-list/silence-list.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/silence-list/silence-list.component.html index 603a969b4b4..ac3e0ddc578 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/silence-list/silence-list.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/silence-list/silence-list.component.html @@ -3,7 +3,7 @@ <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 + the API of the Prometheus' Alertmanager as described in the <cd-doc section="prometheus"></cd-doc>.</cd-alert-panel> <cd-table *ngIf="isAlertmanagerConfigured" diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs-form/nfs-form.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs-form/nfs-form.component.html index 271625c86e8..db21dc53998 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs-form/nfs-form.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs-form/nfs-form.component.html @@ -356,7 +356,7 @@ <span *ngIf="nfsForm.getValue('access_type') === 'RW' && storageBackend === 'RGW'" i18n>The Object Gateway NFS backend has a number of limitations which will seriously affect applications writing to - the share. Please consult the <cd-doc section="rgw-nfs"></cd-doc> + the share. Please consult the <cd-doc section="rgw-nfs"></cd-doc> for details before enabling write access.</span> </ng-template> <ng-template #accessTypeError> diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-realm-form/rgw-multisite-realm-form.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-realm-form/rgw-multisite-realm-form.component.html index 0bcf88b8cd2..1fa5b08f60d 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-realm-form/rgw-multisite-realm-form.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-realm-form/rgw-multisite-realm-form.component.html @@ -39,7 +39,7 @@ <span i18n>You cannot unset the default flag.</span> </cd-helper> <cd-helper *ngIf="action === 'edit' && !info.data.is_default"> - <span i18n>Please consult the <a href="{{ docUrl }}">documentation</a> to follow the failover mechanism</span> + <span i18n>Please consult the <a href="{{ docUrl }}">documentation</a> to follow the failover mechanism</span> </cd-helper> <cd-helper *ngIf="defaultRealmDisabled && action === 'create'"> <span i18n>Default realm already exists.</span> diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-zone-form/rgw-multisite-zone-form.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-zone-form/rgw-multisite-zone-form.component.html index 46461d71074..e6211e7d2f3 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-zone-form/rgw-multisite-zone-form.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-zone-form/rgw-multisite-zone-form.component.html @@ -63,7 +63,7 @@ </cd-helper> </span> <cd-helper *ngIf="action === 'edit' && !isDefaultZone"> - <span i18n>Please consult the <a href="{{ docUrl }}">documentation</a> to follow the failover mechanism</span> + <span i18n>Please consult the <a href="{{ docUrl }}">documentation</a> to follow the failover mechanism</span> </cd-helper><br> </div> <div class="custom-control custom-checkbox"> @@ -85,7 +85,7 @@ </cd-helper> </span> <cd-helper *ngIf="action === 'edit' && !isMasterZone"> - <span i18n>Please consult the <a href="{{ docUrl }}">documentation</a> to follow the failover mechanism</span> + <span i18n>Please consult the <a href="{{ docUrl }}">documentation</a> to follow the failover mechanism</span> </cd-helper> </div> </div> diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-zonegroup-form/rgw-multisite-zonegroup-form.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-zonegroup-form/rgw-multisite-zonegroup-form.component.html index 88f8bcbd7e1..6e1a32e386b 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-zonegroup-form/rgw-multisite-zonegroup-form.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-zonegroup-form/rgw-multisite-zonegroup-form.component.html @@ -58,7 +58,7 @@ <cd-helper i18n>Zone group doesn't belong to the default realm.</cd-helper> </span> <cd-helper *ngIf="action === 'edit' && !info.data.is_default"> - <span i18n>Please consult the <a href="{{ docUrl }}">documentation</a> to follow the failover mechanism</span> + <span i18n>Please consult the <a href="{{ docUrl }}">documentation</a> to follow the failover mechanism</span> </cd-helper> <cd-helper *ngIf="action === 'edit' && info.data.is_default"> <span i18n>You cannot unset the default flag.</span> @@ -76,7 +76,7 @@ <cd-helper i18n>Multiple master zone groups can't be configured. If you want to create a new zone group and make it the master zone group, you must delete the default zone group.</cd-helper> </span> <cd-helper *ngIf="action === 'edit' && !info.data.is_master"> - <span i18n>Please consult the <a href="{{ docUrl }}">documentation</a> to follow the failover mechanism</span> + <span i18n>Please consult the <a href="{{ docUrl }}">documentation</a> to follow the failover mechanism</span> </cd-helper> <cd-helper *ngIf="action === 'edit' && info.data.is_master"> <span i18n>You cannot unset the master flag.</span> diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-overview-dashboard/rgw-overview-dashboard.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-overview-dashboard/rgw-overview-dashboard.component.html index 519782b5299..3a9ce12df9d 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-overview-dashboard/rgw-overview-dashboard.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-overview-dashboard/rgw-overview-dashboard.component.html @@ -102,7 +102,7 @@ <cd-alert-panel type="info" i18n> Multi-site needs to be configured in order to see the multi-site sync status. - Please consult the <cd-doc section="multisite"></cd-doc> on how to configure and enable the multi-site functionality. + Please consult the <cd-doc section="multisite"></cd-doc> on how to configure and enable the multi-site functionality. </cd-alert-panel> </span> </ng-template> diff --git a/src/pybind/mgr/dashboard/frontend/src/app/core/error/error.component.html b/src/pybind/mgr/dashboard/frontend/src/app/core/error/error.component.html index 674aaf98349..df932b07875 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/core/error/error.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/core/error/error.component.html @@ -14,7 +14,7 @@ <h4 class="mt-3" *ngIf="header !== message">{{ message }}</h4> <h4 *ngIf="section" - i18n>Please consult the <a href="{{ docUrl }}">documentation</a> on how to configure and enable + i18n>Please consult the <a href="{{ docUrl }}">documentation</a> on how to configure and enable the {{ sectionInfo }} management functionality. </h4> </div> diff --git a/src/pybind/mgr/dashboard/frontend/src/app/shared/components/grafana/grafana.component.html b/src/pybind/mgr/dashboard/frontend/src/app/shared/components/grafana/grafana.component.html index 8d687775df0..4f6b6c119f2 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/shared/components/grafana/grafana.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/shared/components/grafana/grafana.component.html @@ -4,13 +4,13 @@ <cd-alert-panel type="info" *ngIf="!grafanaExist" - i18n>Please consult the <cd-doc section="grafana"></cd-doc> on + i18n>Please consult the <cd-doc section="grafana"></cd-doc> on how to configure and enable the monitoring functionality.</cd-alert-panel> <cd-alert-panel type="info" *ngIf="!dashboardExist" i18n>Grafana Dashboard doesn't exist. Please refer to - <cd-doc section="grafana"></cd-doc> on how to add dashboards to Grafana.</cd-alert-panel> + <cd-doc section="grafana"></cd-doc> on how to add dashboards to Grafana.</cd-alert-panel> <ng-container *ngIf="grafanaExist && dashboardExist"> <div class="row mb-3"> @@ -58,10 +58,10 @@ *ngIf="showMessage" dismissible="true" (dismissed)="showMessage = false" - i18n>If no embedded Grafana Dashboard appeared below, please follow <a [href]="grafanaSrc" + i18n>If no embedded Grafana Dashboard appeared below, please follow <a [href]="grafanaSrc" target="_blank" noopener - noreferrer>this link </a> to check if Grafana is reachable and there are no HTTPS certificate issues. You may need to reload this page after accepting any Browser certificate exceptions</cd-alert-panel> + noreferrer>this link </a> to check if Grafana is reachable and there are no HTTPS certificate issues. You may need to reload this page after accepting any Browser certificate exceptions</cd-alert-panel> </div> </div> diff --git a/src/pybind/mgr/dashboard/frontend/src/app/shared/components/orchestrator-doc-panel/orchestrator-doc-panel.component.html b/src/pybind/mgr/dashboard/frontend/src/app/shared/components/orchestrator-doc-panel/orchestrator-doc-panel.component.html index f33261d8019..3b6d9cfa3af 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/shared/components/orchestrator-doc-panel/orchestrator-doc-panel.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/shared/components/orchestrator-doc-panel/orchestrator-doc-panel.component.html @@ -5,6 +5,6 @@ <ng-template #elseBlock> <cd-alert-panel type="info" i18n>Orchestrator is not available. - Please consult the <cd-doc section="orch"></cd-doc> on how to configure and + Please consult the <cd-doc section="orch"></cd-doc> on how to configure and enable the functionality.</cd-alert-panel> </ng-template> |