]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard: Disable event propagation in the helper icon 31566/head
authorTiago Melo <tmelo@suse.com>
Thu, 18 Jul 2019 12:24:38 +0000 (12:24 +0000)
committerTiago Melo <tspmelo@gmail.com>
Tue, 12 Nov 2019 14:17:48 +0000 (13:17 -0100)
Fixes: http://tracker.ceph.com/issues/40715
Signed-off-by: Tiago Melo <tmelo@suse.com>
(cherry picked from commit 2ee858042d61bbf94643c0901462b215465c60ba)

src/pybind/mgr/dashboard/frontend/src/app/shared/components/helper/helper.component.html

index 408e47c2aa6a2f5fb56ff8a60e80bdd89e5f3666..18ca71e4a31ce074698185036e566c2166415408 100644 (file)
@@ -7,5 +7,6 @@
    [popover]="popoverTpl"
    placement="bottom"
    container="body"
+   (click)="$event.preventDefault();"
    [outsideClick]="true">
 </i>