Skip to content

Commit 35c60cb

Browse files
authored
Merge pull request ceph#59821 from rhcs-dashboard/bz-2311899
mgr/dashboard: Fix space between the text in few sections Reviewed-by: Afreen Misbah <[email protected]>
2 parents f3528d5 + e15a9c1 commit 35c60cb

File tree

12 files changed

+17
-17
lines changed

12 files changed

+17
-17
lines changed

src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-target-list/iscsi-target-list.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*ngIf="available === false"
55
title="iSCSI Targets not available"
66
i18n-title>
7-
<ng-container i18n>Please consult the <cd-doc section="iscsi"></cd-doc> on
7+
<ng-container i18n>Please consult the&nbsp;<cd-doc section="iscsi"></cd-doc>&nbsp;on
88
how to configure and enable the iSCSI Targets management functionality.</ng-container>
99

1010
<ng-container *ngIf="status">

src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/active-alert-list/active-alert-list.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
type="info"
55
i18n>To see all active Prometheus alerts, please provide
66
the URL to the API of Prometheus' Alertmanager as described
7-
in the <cd-doc section="prometheus"></cd-doc>.</cd-alert-panel>
7+
in the&nbsp;<cd-doc section="prometheus"></cd-doc>.</cd-alert-panel>
88

99
<cd-table *ngIf="isAlertmanagerConfigured"
1010
[data]="prometheusAlertService.alerts"

src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/rules-list/rules-list.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
type="info"
55
i18n>To see all configured Prometheus alerts, please
66
provide the URL to the API of Prometheus as described in
7-
the <cd-doc section="prometheus"></cd-doc>.</cd-alert-panel>
7+
the &nbsp;<cd-doc section="prometheus"></cd-doc>.</cd-alert-panel>
88

99
<cd-table *ngIf="isPrometheusConfigured"
1010
[data]="prometheusAlertService.rules"

src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/prometheus/silence-list/silence-list.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<cd-alert-panel *ngIf="!isAlertmanagerConfigured"
44
type="info"
55
i18n>To enable Silences, please provide the URL to
6-
the API of the Prometheus' Alertmanager as described in the
6+
the API of the Prometheus' Alertmanager as described in the&nbsp;
77
<cd-doc section="prometheus"></cd-doc>.</cd-alert-panel>
88

99
<cd-table *ngIf="isAlertmanagerConfigured"

src/pybind/mgr/dashboard/frontend/src/app/ceph/nfs/nfs-form/nfs-form.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@
356356
<span *ngIf="nfsForm.getValue('access_type') === 'RW' && storageBackend === 'RGW'"
357357
i18n>The Object Gateway NFS backend has a number of
358358
limitations which will seriously affect applications writing to
359-
the share. Please consult the <cd-doc section="rgw-nfs"></cd-doc>
359+
the share. Please consult the&nbsp;<cd-doc section="rgw-nfs"></cd-doc>&nbsp;
360360
for details before enabling write access.</span>
361361
</ng-template>
362362
<ng-template #accessTypeError>

src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-realm-form/rgw-multisite-realm-form.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<span i18n>You cannot unset the default flag.</span>
4040
</cd-helper>
4141
<cd-helper *ngIf="action === 'edit' && !info.data.is_default">
42-
<span i18n>Please consult the <a href="{{ docUrl }}">documentation</a> to follow the failover mechanism</span>
42+
<span i18n>Please consult the&nbsp;<a href="{{ docUrl }}">documentation</a>&nbsp;to follow the failover mechanism</span>
4343
</cd-helper>
4444
<cd-helper *ngIf="defaultRealmDisabled && action === 'create'">
4545
<span i18n>Default realm already exists.</span>

src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-zone-form/rgw-multisite-zone-form.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
</cd-helper>
6464
</span>
6565
<cd-helper *ngIf="action === 'edit' && !isDefaultZone">
66-
<span i18n>Please consult the <a href="{{ docUrl }}">documentation</a> to follow the failover mechanism</span>
66+
<span i18n>Please consult the&nbsp;<a href="{{ docUrl }}">documentation</a>&nbsp;to follow the failover mechanism</span>
6767
</cd-helper><br>
6868
</div>
6969
<div class="custom-control custom-checkbox">
@@ -85,7 +85,7 @@
8585
</cd-helper>
8686
</span>
8787
<cd-helper *ngIf="action === 'edit' && !isMasterZone">
88-
<span i18n>Please consult the <a href="{{ docUrl }}">documentation</a> to follow the failover mechanism</span>
88+
<span i18n>Please consult the&nbsp;<a href="{{ docUrl }}">documentation</a>&nbsp;to follow the failover mechanism</span>
8989
</cd-helper>
9090
</div>
9191
</div>

src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-zonegroup-form/rgw-multisite-zonegroup-form.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<cd-helper i18n>Zone group doesn't belong to the default realm.</cd-helper>
5959
</span>
6060
<cd-helper *ngIf="action === 'edit' && !info.data.is_default">
61-
<span i18n>Please consult the <a href="{{ docUrl }}">documentation</a> to follow the failover mechanism</span>
61+
<span i18n>Please consult the&nbsp;<a href="{{ docUrl }}">documentation</a>&nbsp;to follow the failover mechanism</span>
6262
</cd-helper>
6363
<cd-helper *ngIf="action === 'edit' && info.data.is_default">
6464
<span i18n>You cannot unset the default flag.</span>
@@ -76,7 +76,7 @@
7676
<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>
7777
</span>
7878
<cd-helper *ngIf="action === 'edit' && !info.data.is_master">
79-
<span i18n>Please consult the <a href="{{ docUrl }}">documentation</a> to follow the failover mechanism</span>
79+
<span i18n>Please consult the&nbsp;<a href="{{ docUrl }}">documentation</a>&nbsp;to follow the failover mechanism</span>
8080
</cd-helper>
8181
<cd-helper *ngIf="action === 'edit' && info.data.is_master">
8282
<span i18n>You cannot unset the master flag.</span>

src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-overview-dashboard/rgw-overview-dashboard.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ <h1>{{ averageObjectSize | dimlessBinary}}</h1>
102102
<cd-alert-panel type="info"
103103
i18n>
104104
Multi-site needs to be configured in order to see the multi-site sync status.
105-
Please consult the <cd-doc section="multisite"></cd-doc>&nbsp;on how to configure and enable the multi-site functionality.
105+
Please consult the&nbsp;<cd-doc section="multisite"></cd-doc>&nbsp;on how to configure and enable the multi-site functionality.
106106
</cd-alert-panel>
107107
</span>
108108
</ng-template>

src/pybind/mgr/dashboard/frontend/src/app/core/error/error.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h3><b>{{ header }}</b></h3>
1414
<h4 class="mt-3"
1515
*ngIf="header !== message">{{ message }}</h4>
1616
<h4 *ngIf="section"
17-
i18n>Please consult the <a href="{{ docUrl }}">documentation</a> on how to configure and enable
17+
i18n>Please consult the&nbsp;<a href="{{ docUrl }}">documentation</a>&nbsp;on how to configure and enable
1818
the {{ sectionInfo }} management functionality.
1919
</h4>
2020
</div>

0 commit comments

Comments
 (0)