From 95b56b2a43a4876fd030c1146a1977fb6fc61689 Mon Sep 17 00:00:00 2001 From: Aashish Sharma Date: Wed, 8 Jul 2026 17:19:31 +0530 Subject: [PATCH] mgr/dashboard: fix RGW - Export realm token form When there are multiple realms in rgw multi-site, the realm name/token fields overflow the modal content area Fixes: https://tracker.ceph.com/issues/78051 Signed-off-by: Aashish Sharma --- .../rgw-multisite-export.component.html | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-export/rgw-multisite-export.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-export/rgw-multisite-export.component.html index 2bad5d8ed1c..df49b0ea56d 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-export/rgw-multisite-export.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-multisite-export/rgw-multisite-export.component.html @@ -1,5 +1,5 @@ - +
-
+
@if (!tokenValid) {
} -
- - +
- +
+ +
-- 2.47.3