]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
mgr/dashboard: Disable event propagation in the helper icon
authorTiago Melo <tmelo@suse.com>
Thu, 18 Jul 2019 12:24:38 +0000 (12:24 +0000)
committerTiago Melo <tmelo@suse.com>
Thu, 18 Jul 2019 12:24:38 +0000 (12:24 +0000)
Fixes: http://tracker.ceph.com/issues/40715
Signed-off-by: Tiago Melo <tmelo@suse.com>
src/pybind/mgr/dashboard/frontend/src/app/shared/components/helper/helper.component.html

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