From dd86177e7eeb21c84b6bb0d04c6f2d210f4faefc Mon Sep 17 00:00:00 2001 From: Avan Thakkar Date: Thu, 30 Jul 2020 23:37:50 +0530 Subject: [PATCH] octopus: mgr/dashboard: fix rbdmirroring dropdown menu Fixes: https://tracker.ceph.com/issues/46566 Signed-off-by: Avan Thakkar This seems to be the same situation as https://tracker.ceph.com/issues/44458, but in a different part of the frontend. Since we are not backporting ngx-bootstrap to octopus, this has to be manually fixed in octopus. --- .../app/ceph/block/mirroring/overview/overview.component.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/overview/overview.component.scss b/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/overview/overview.component.scss index e69de29bb2d1d..4aa025742b91b 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/overview/overview.component.scss +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/overview/overview.component.scss @@ -0,0 +1,4 @@ +::ng-deep cd-mirroring cd-table-actions.float-right ul { + right: 0 !important; + left: auto !important; +} -- 2.39.5