Remove vulnerability report export button popover
What does this MR do and why?
On the vulnerability report, there is an export button with a popover:
This popover has been around for a while, and we no longer need to highlight the export feature to the user. This MR removes the popover.
How to set up and validate locally
- Check out the master branch.
- If you've disabled the popover before, run the following in the DevTools console to re-show it:
localStorage.removeItem('vulnerability_csv_export_popover_dismissed')
- Verify that the popover shows.
- Check out the branch for this MR.
- Refresh the page and verify that the popover no longer shows.
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 #383345 (closed)
Edited by Daniel Tian