Add tooltips for all settings
What does this MR do and why?
Add tooltips for all settings
- add strings for tooltips
- remove unused tooltip directive
Changelog: added
EE: true
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Tooltips |
---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
- Turn on all the settings feature flags
echo "Feature.enable(:scan_result_policies_block_unprotecting_branches) && Feature.enable(:scan_result_any_merge_request) && Feature.enable(:scan_result_policies_block_force_push)" | rails c
- Upload a GitLab Ultimate license
- Navigate to a project/group => Secure => Policies => New policy => Scan Result Policy => Select
Any merge request
type - Hover over every setting and ensure there is a tooltip
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #430281 (closed)