Commit 0e76dcd5 authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch '335864-license-compliance-button-style' into 'master'

Change style of add button on License Compliance page

See merge request gitlab-org/gitlab!66000
parents 51b4bc6d 73f01079
...@@ -47,8 +47,7 @@ When GitLab detects a **Denied** license, you can view it in the [license list]( ...@@ -47,8 +47,7 @@ When GitLab detects a **Denied** license, you can view it in the [license list](
![License List](img/license_list_v13_0.png) ![License List](img/license_list_v13_0.png)
You can view and modify existing policies from the [policies](#policies) tab. You can view and modify existing policies from the [policies](#policies) tab.
![Edit Policy](img/policies_maintainer_edit_v14_2.png)
![Edit Policy](img/policies_maintainer_edit_v13_2.png)
## Supported languages and package managers ## Supported languages and package managers
...@@ -722,7 +721,7 @@ which enables a designated approver that can approve and then merge a merge requ ...@@ -722,7 +721,7 @@ which enables a designated approver that can approve and then merge a merge requ
The **Policies** tab in the project's license compliance section displays your project's license The **Policies** tab in the project's license compliance section displays your project's license
policies. Project maintainers can specify policies in this section. policies. Project maintainers can specify policies in this section.
![Edit Policy](img/policies_maintainer_edit_v13_2.png) ![Edit Policy](img/policies_maintainer_edit_v14_2.png)
![Add Policy](img/policies_maintainer_add_v13_2.png) ![Add Policy](img/policies_maintainer_add_v13_2.png)
Developers of the project can view the policies configured in a project. Developers of the project can view the policies configured in a project.
......
...@@ -93,7 +93,7 @@ export default { ...@@ -93,7 +93,7 @@ export default {
<gl-button <gl-button
class="js-open-form" class="js-open-form"
:disabled="formIsOpen" :disabled="formIsOpen"
variant="success" variant="confirm"
data-qa-selector="license_add_button" data-qa-selector="license_add_button"
@click="openAddLicenseForm" @click="openAddLicenseForm"
> >
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment