From: Avan Thakkar Date: Thu, 30 Jul 2020 18:07:50 +0000 (+0530) Subject: octopus: mgr/dashboard: fix rbdmirroring dropdown menu X-Git-Tag: v15.2.5~87^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F36382%2Fhead;p=ceph.git 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. --- 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 e69de29bb2d1..4aa025742b91 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; +}