From ccdfd1ea3577dd7e194b268325ef892fc3bd4a03 Mon Sep 17 00:00:00 2001 From: Pedro Gonzalez Gomez Date: Fri, 27 Sep 2024 15:59:15 +0200 Subject: [PATCH] mgr/dashboard: fix doc links in rgw-multisite Conflicts: - mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-zonegroup-form/rgw-multisite-zonegroup-form.component.html - mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-zone-form/rgw-multisite-zone-form.component.html Fixes: https://tracker.ceph.com/issues/68295 Signed-off-by: Pedro Gonzalez Gomez (cherry picked from commit ad471f553d305c8cf7bdacecd3eccc01519ec0f7) --- .../rgw-multisite-zone-form.component.html | 2 +- .../rgw-multisite-zonegroup-form.component.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 46461d71074a4..6a9814651612c 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 @@ - Please consult the documentation to follow the failover mechanism + Please consult the  to follow the failover mechanism
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 88f8bcbd7e1f8..fe32f082cbc45 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 @@ Zone group doesn't belong to the default realm. - Please consult the documentation to follow the failover mechanism + Please consult the  to follow the failover mechanism You cannot unset the default flag. @@ -76,7 +76,7 @@ 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. - Please consult the documentation to follow the failover mechanism + Please consult the  to follow the failover mechanism You cannot unset the master flag. -- 2.39.5