]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Fixes tooltip behavior 27153/head
authorStephan Müller <smueller@suse.com>
Wed, 20 Feb 2019 11:26:44 +0000 (12:26 +0100)
committerStephan Müller <smueller@suse.com>
Mon, 25 Mar 2019 11:30:45 +0000 (12:30 +0100)
commit4b23b780c7e01b4e0648b8f923f09645e93d28d4
tree3fa9c5a6bc5090da72e54cb6ee77c7518f497cee
parentbf1fa247d225805c0f9ded5048ca756aa8013f72
mgr/dashboard: Fixes tooltip behavior

The problem was that the tool tip element was added to the current parent
element which caused the CSS to make the last
button in a button group look like the fore last button as a rectangle
but the last element should have a rounded corner.

Fixes: https://tracker.ceph.com/issues/38932
Signed-off-by: Stephan Müller <smueller@suse.com>
src/pybind/mgr/dashboard/frontend/src/app/app.component.ts