Skip to content

Removes duplication of help text code

What does this MR do and why?

Switches to <help-popover> to reduce repetition in fields help links.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Before After
image Screenshot_2024-03-18_at_13.25.40

How to set up and validate locally

  1. Simulate a SaaS instance in your GDK
  2. Enable the feature flag
 echo "Feature.enable(:google_cloud_support_feature_flag)" | rails c
  1. Visit project runner creation Project -> Settings -> CI/CD -> Runners -> New project Runner
  2. Select google cloud radio option (for platform)
  3. Create runner
  4. Check the form fields and help popovers

Related to #444306 (closed)

Edited by Miguel Rincon

Merge request reports