Skip to content

Align mirror action buttons

What does this MR do and why?

Algin mirror action buttons

Pull row renders button with a float_right class: source code

.btn-group.mirror-actions-group.float-right{ role: 'group' }

While mirror_repos_list renders button without float_right class: source code

.btn-group.mirror-actions-group{ role: 'group' }

Screenshots or screen recordings

before after
before after

cc @qk44077907

How to set up and validate locally

  1. Create a new project
  2. On the top bar, select Main menu > Projects and find your project.
  3. On the left sidebar, select Settings > Repository.
  4. Expand Mirroring repositories.
  5. Select Mirror direction to pull and config a pull mirror
  6. Select Mirror direction to push and config a push mirror

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 Yongbo li

Merge request reports