]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: right-align dropdown menu of column filters 36369/head
authorKiefer Chang <kiefer.chang@suse.com>
Thu, 30 Jul 2020 09:34:42 +0000 (17:34 +0800)
committerKiefer Chang <kiefer.chang@suse.com>
Thu, 30 Jul 2020 09:34:42 +0000 (17:34 +0800)
commitd740497bb481f4a0132d3b80e93ad0698f6c0806
tree0d4280386d095f15e7a575e9737124746a0cba8b
parent668a8bdbb2c7d7d955311ef80f9594e3cb1a6c12
mgr/dashboard: right-align dropdown menu of column filters

When the value of a filter is too long, the text of value will run out
of the viewport. Right-aligning the menu makes the text visible.

NOTE: This change can't be backported from master because in master we had
switched the bootstrap library to ng-bootstrap and the menu is already
right-aligned in the master.

Fixes: https://tracker.ceph.com/issues/44458
Signed-off-by: Kiefer Chang <kiefer.chang@suse.com>
src/pybind/mgr/dashboard/frontend/src/app/shared/datatable/table/table.component.html