Replace generic checkbox with GitLab UI styled checkbox in app/views/admin/application_settings/_registry.html.haml

What does this MR do and why?

The MR updates generic checkbox element to GitLab UI styled checkbox on the Admin -> Settings -> CI/CD page, Container Registry section.

Screenshots or screen recordings

Before After
Screenshot_2022-04-09_at_00.36.22 Screenshot_2022-04-09_at_00.41.15

How to set up and validate locally

  1. In gdk.yml enable the container registry
    registry:
       enabled: true
  2. Visit Admin -> Settings -> CI/CD page
  3. Visit any group or project member pages such as http://127.0.0.1:3000/groups/flightjs/-/group_members
  4. Select Container Registry section

MR acceptance checklist

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

Review progress:

Related to #358305 (closed)

Edited by Anna Vovchenko

Merge request reports

Loading