Commit 50f409de authored by Clement Ho's avatar Clement Ho

Merge branch '6342-sast-popover' into 'master'

Resolve "No new security vulnerabilities help popover is not showing up"

Closes #6342

See merge request gitlab-org/gitlab-ee!6050
parents 23d44f5b 4ef71fed
......@@ -28,7 +28,7 @@ export default {
container: 'body',
placement: 'top',
template:
'<div class="popover" role="tooltip"><div class="arrow"></div><p class="popover-title"></p><div class="popover-content"></div></div>',
'<div class="popover" role="tooltip"><div class="arrow"></div><p class="popover-header"></p><div class="popover-body"></div></div>',
...this.options,
})
.on('mouseenter', mouseenter)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment