]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
octopus: mgr/dashboard: fix rbdmirroring dropdown menu 36382/head
authorAvan Thakkar <athakkar@redhat.com>
Thu, 30 Jul 2020 18:07:50 +0000 (23:37 +0530)
committerlnwlf <lnwlf@localhost.localdomain>
Wed, 5 Aug 2020 17:53:53 +0000 (23:23 +0530)
Fixes: https://tracker.ceph.com/issues/46566
Signed-off-by: Avan Thakkar <athakkar@redhat.com>
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.

src/pybind/mgr/dashboard/frontend/src/app/ceph/block/mirroring/overview/overview.component.scss

index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..4aa025742b91b30c0996c0653db03323d59d7dbf 100644 (file)
@@ -0,0 +1,4 @@
+::ng-deep cd-mirroring cd-table-actions.float-right ul {
+  right: 0 !important;
+  left: auto !important;
+}