Skip to content

Update the icon in the manual variable button

Briley Sandlin requested to merge 387308-manual-variable-delete-icon into master

What does this MR do and why?

Resolves #387308 (closed)

  • Updates delete button in manual variable form from an x to a trash can.
  • Updates the tooltip label
  • Updates the margin

See issue for designs

Screenshots or screen recordings

before after
manual_var_icons_before manual_var_icons_after

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

manual_job:
  script:
    - echo "$varOne" "$varTwo"
  when: manual
  rules:
    - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
  • Navigate to the manual job after committing your change, which should automatically run a pipeline. (CI/CD > Jobs)
  • Add some variables and note the delete icon on the right side of the row

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Briley Sandlin

Merge request reports