Update button variant to "confirm" and make it secondary
requested to merge 422864-migrate-button-variant-in-app-assets-javascripts-pages-import-bitbucket_server-status into master
What does this MR do and why?
Update button variant to "confirm" and make it secondary to avoid having 2 primary buttons on the same row.
Changelog: changed
Screenshots or screen recordings
Before | After |
---|---|
How to set up and validate locally
A bit complicated if you really want to test this:
- Install BitBucket Data Center from Docker. Be sure to run the commands in Quick Start.
- Obtain a trial license for BitBucket: https://confluence.atlassian.com/bitbucketserver/get-a-bitbucket-data-center-trial-license-1188400764.html.
- Start and setup your BitBucket instance (username, password) and create at least 1 project + 1 repo.
- In GitLab, go to
+ > New project/repository > Import project > BitBucket Server
. - Input your instance URL (should be something like
http://localhost:7990
), username and password. - On the next page, you should see a list of repos to import. It will look like
http://127.0.0.1:3000/import/bitbucket_server/status
.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #422864 (closed)