Skip to content

Skip BS popover global init in app/views/layouts/nav/sidebar/_project.html.haml

What does this MR do?

This removes the data-toggle="popover" attribute from Kubernetes menu item's feature highlight. This attribute controls Bootstrap popovers' initialization, however it appears that this particular popover is being initialized in app/assets/javascripts/feature_highlight/feature_highlight.js, which makes the data attribute redundant.

The migration to GlPopover will have to be handled as part of #227259 (closed)

Screenshots (strongly suggested)

Before After
Screen_Shot_2020-10-21_at_10.55.08_AM Screen_Shot_2020-10-21_at_10.54.44_AM

Does this MR meet the acceptance criteria?

Conformity

Related to #251104 (closed)

Edited by Paul Gascou-Vaillancourt

Merge request reports