From a24132f6bf10fa35bb6a8708ec825e257b0cb03c Mon Sep 17 00:00:00 2001 From: Afreen Misbah Date: Tue, 21 Apr 2026 23:47:35 +0530 Subject: [PATCH] mgr/dashboard: Fix osd modal spacings and footer Fixes https://tracker.ceph.com/issues/76188 - aligned as per https://carbondesignsystem.com/components/modal/usage/#transactional-modal Signed-off-by: Afreen Misbah --- .../osd-flags-indiv-modal.component.html | 42 +++++++++---------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-flags-indiv-modal/osd-flags-indiv-modal.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-flags-indiv-modal/osd-flags-indiv-modal.component.html index d9fb2321f284..69762c681978 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-flags-indiv-modal/osd-flags-indiv-modal.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/osd/osd-flags-indiv-modal/osd-flags-indiv-modal.component.html @@ -35,7 +35,7 @@ @if (!last) { -
+
} } @@ -43,25 +43,25 @@ - - - - @if (permissions.osd.update) { - {{ actionLabels.UPDATE }} - } + + + + + @if (permissions.osd.update) { + + {{ actionLabels.UPDATE }} + } + -- 2.47.3