From: Sagar Gopale Date: Fri, 17 Apr 2026 10:49:44 +0000 (+0530) Subject: mgr/dashboard: mgr/dashboard: Carbonize Realm Name and Token block in Multi-site... X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F68441%2Fhead;p=ceph.git mgr/dashboard: mgr/dashboard: Carbonize Realm Name and Token block in Multi-site Replication Wizard Fixes: https://tracker.ceph.com/issues/76085 Signed-off-by: Sagar Gopale --- diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-wizard/rgw-multisite-wizard.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-wizard/rgw-multisite-wizard.component.html index af96cc9bd56a..0513d40f35d7 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-wizard/rgw-multisite-wizard.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-wizard/rgw-multisite-wizard.component.html @@ -73,10 +73,10 @@ @@ -360,43 +360,54 @@ -
-
- -
- - - Name of the realm that will be involved in replication. - -
-
-
- -
- - - - - This field displays the token needed to import the multisite configuration into a secondary cluster. Copy this token securely and use it on the secondary cluster to replicate the current multisite setup. Ensure that the token is handled securely to prevent unauthorized access. - -
-
-
+ @for (realminfo of realms; track realminfo; let i = $index) { +
+ + Realm Name + +
+ +
+ + Token + + + + +
+ + @if (i < realms.length - 1) { +
+ } + }