From ad471f553d305c8cf7bdacecd3eccc01519ec0f7 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 Fixes: https://tracker.ceph.com/issues/68295 Signed-off-by: Pedro Gonzalez Gomez --- .../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 e6211e7d2f3a9..e6ad0603f17fa 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 6e1a32e386b99..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.47.3