Skip to content

Update deployment instances tooltip content

Kirstie Cook requested to merge update-deployments-tooltip into master

What does this MR do?

In the environment page, the tooltips for deployment instances' tooltip shows the environment name which is redundant. The current implementation constructs the tooltip this way #{env_name} (#{pod_name}) #{pod_status}.

This MR removes the environment name and lets the tooltip show #{pod_name} (#{pod_status}).

Closes #118514 (closed)

Screenshots

Before: Screen_Shot_2019-12-26_at_6.58.14_PM

After: Screen_Shot_2019-12-26_at_6.57.08_PM

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

Merge request reports