Skip to content

Add tooltip for pipeline actions

Angelo Gulina requested to merge 222511-missing-tooltip-for-redeploy into master

What does this MR do?

As per #222511 (closed), this MR adds/restores tooltips for the pipeline actions:

  • Re-deploy
  • Cancel

Screenshots

Re-deploy Cancel
Screenshot_2020-10-05_at_16.13.35 Screenshot_2020-10-05_at_16.14.27

Additional

The hyphen on Re-deploy has been picked based on the one in the environments section:

Screenshot_2020-10-05_at_16.19.29

v-gl-tooltip is just an alias for VueBoostrap tooltip: while the documentation states that focus is the default trigger, it seems that without setting it explicitly the behaviour is not the desired one.

no .hover .hover
before after

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Martin Wortschack

Merge request reports