Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
8238c1e3
Commit
8238c1e3
authored
Jun 29, 2021
by
Dheeraj Joshi
Committed by
Ezekiel Kigbo
Jun 29, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update GlButton variants for DAST & On-demand scans
parent
ea525f3b
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
14 additions
and
14 deletions
+14
-14
app/assets/javascripts/vue_shared/security_configuration/components/manage_via_mr.vue
...hared/security_configuration/components/manage_via_mr.vue
+1
-1
ee/app/assets/javascripts/on_demand_scans/components/on_demand_scans_form.vue
...ripts/on_demand_scans/components/on_demand_scans_form.vue
+2
-2
ee/app/assets/javascripts/on_demand_scans/components/profile_selector/profile_selector.vue
...nd_scans/components/profile_selector/profile_selector.vue
+1
-1
ee/app/assets/javascripts/security_configuration/components/manage_generic.vue
...ipts/security_configuration/components/manage_generic.vue
+1
-1
ee/app/assets/javascripts/security_configuration/dast_profiles/components/dast_profiles.vue
..._configuration/dast_profiles/components/dast_profiles.vue
+1
-1
ee/app/assets/javascripts/security_configuration/dast_profiles/components/dast_site_profiles_list.vue
...tion/dast_profiles/components/dast_site_profiles_list.vue
+2
-2
ee/app/assets/javascripts/security_configuration/dast_scanner_profiles/components/dast_scanner_profile_form.vue
...scanner_profiles/components/dast_scanner_profile_form.vue
+1
-1
ee/app/assets/javascripts/security_configuration/dast_site_profiles_form/components/dast_site_profile_form.vue
..._site_profiles_form/components/dast_site_profile_form.vue
+1
-1
ee/app/assets/javascripts/security_configuration/dast_site_validation/components/dast_site_validation_modal.vue
...site_validation/components/dast_site_validation_modal.vue
+2
-2
ee/spec/frontend/on_demand_scans/components/profile_selector/__snapshots__/scanner_profile_selector_spec.js.snap
...ector/__snapshots__/scanner_profile_selector_spec.js.snap
+1
-1
ee/spec/frontend/on_demand_scans/components/profile_selector/__snapshots__/site_profile_selector_spec.js.snap
...selector/__snapshots__/site_profile_selector_spec.js.snap
+1
-1
No files found.
app/assets/javascripts/vue_shared/security_configuration/components/manage_via_mr.vue
View file @
8238c1e3
...
...
@@ -19,7 +19,7 @@ export default {
variant
:
{
type
:
String
,
required
:
false
,
default
:
'
success
'
,
default
:
'
confirm
'
,
},
category
:
{
type
:
String
,
...
...
ee/app/assets/javascripts/on_demand_scans/components/on_demand_scans_form.vue
View file @
8238c1e3
...
...
@@ -475,7 +475,7 @@ export default {
<div
class=
"gl-mt-6 gl-pt-6"
>
<gl-button
type=
"submit"
variant=
"
success
"
variant=
"
confirm
"
class=
"js-no-auto-disable"
data-testid=
"on-demand-scan-submit-button"
:disabled=
"isSubmitButtonDisabled"
...
...
@@ -484,7 +484,7 @@ export default {
{{ s__('OnDemandScans|Save and run scan') }}
</gl-button>
<gl-button
variant=
"
success
"
variant=
"
confirm
"
category=
"secondary"
data-testid=
"on-demand-scan-save-button"
:disabled=
"isSaveButtonDisabled"
...
...
ee/app/assets/javascripts/on_demand_scans/components/profile_selector/profile_selector.vue
View file @
8238c1e3
...
...
@@ -143,7 +143,7 @@ export default {
</p>
<gl-button
:href=
"newProfilePath"
variant=
"
success
"
variant=
"
confirm
"
category=
"secondary"
data-testid=
"create-profile-link"
>
...
...
ee/app/assets/javascripts/security_configuration/components/manage_generic.vue
View file @
8238c1e3
...
...
@@ -32,7 +32,7 @@ export default {
<gl-button
v-else-if=
"canEnable"
variant=
"
success
"
variant=
"
confirm
"
category=
"primary"
:href=
"feature.configuration_path"
data-testid=
"enable-button"
...
...
ee/app/assets/javascripts/security_configuration/dast_profiles/components/dast_profiles.vue
View file @
8238c1e3
...
...
@@ -235,7 +235,7 @@ export default {
</h2>
<gl-dropdown
:text=
"$options.i18n.newProfileDropdownLabel"
variant=
"
success
"
variant=
"
confirm
"
right
class=
"gl-ml-auto"
>
...
...
ee/app/assets/javascripts/security_configuration/dast_profiles/components/dast_site_profiles_list.vue
View file @
8238c1e3
...
...
@@ -167,7 +167,7 @@ export default {
<gl-button
v-if=
"!hasValidationPassed(profile.validationStatus)"
:disabled=
"!canValidateProfile(profile.validationStatus)"
variant=
"
info
"
variant=
"
confirm
"
category=
"tertiary"
size=
"small"
@
click=
"setValidatingProfile(profile)"
...
...
@@ -175,7 +175,7 @@ export default {
>
<gl-button
v-else
variant=
"
info
"
variant=
"
confirm
"
category=
"tertiary"
size=
"small"
@
click=
"setRevokeValidationProfile(profile)"
...
...
ee/app/assets/javascripts/security_configuration/dast_scanner_profiles/components/dast_scanner_profile_form.vue
View file @
8238c1e3
...
...
@@ -384,7 +384,7 @@ export default {
<gl-button
type=
"submit"
variant=
"
success
"
variant=
"
confirm
"
class=
"js-no-auto-disable"
data-testid=
"dast-scanner-profile-form-submit-button"
:disabled=
"isSubmitDisabled"
...
...
ee/app/assets/javascripts/security_configuration/dast_site_profiles_form/components/dast_site_profile_form.vue
View file @
8238c1e3
...
...
@@ -414,7 +414,7 @@ export default {
<gl-button
:disabled=
"isPolicyProfile"
type=
"submit"
variant=
"
success
"
variant=
"
confirm
"
class=
"js-no-auto-disable"
data-testid=
"dast-site-profile-form-submit-button"
:loading=
"isLoading"
...
...
ee/app/assets/javascripts/security_configuration/dast_site_validation/components/dast_site_validation_modal.vue
View file @
8238c1e3
...
...
@@ -71,7 +71,7 @@ export default {
text
:
s__
(
'
DastSiteValidation|Validate
'
),
attributes
:
[
{
disabled
:
this
.
hasErrors
},
{
variant
:
'
success
'
},
{
variant
:
'
confirm
'
},
{
category
:
'
primary
'
},
{
'
data-testid
'
:
'
validate-dast-site-button
'
},
],
...
...
@@ -230,7 +230,7 @@ export default {
:label=
"s__('DastSiteValidation|Step 2 - Add following text to the target site')"
>
<gl-button
variant=
"
info
"
variant=
"
confirm
"
category=
"secondary"
size=
"small"
icon=
"download"
...
...
ee/spec/frontend/on_demand_scans/components/profile_selector/__snapshots__/scanner_profile_selector_spec.js.snap
View file @
8238c1e3
...
...
@@ -363,7 +363,7 @@ exports[`OnDemandScansScannerProfileSelector renders properly without profiles 1
</p>
<a
class="btn btn-
success btn-md gl-button btn-success
-secondary"
class="btn btn-
confirm btn-md gl-button btn-confirm
-secondary"
data-testid="create-profile-link"
href="/test/new/scanner/profile/path"
>
...
...
ee/spec/frontend/on_demand_scans/components/profile_selector/__snapshots__/site_profile_selector_spec.js.snap
View file @
8238c1e3
...
...
@@ -363,7 +363,7 @@ exports[`OnDemandScansSiteProfileSelector renders properly without profiles 1`]
</p>
<a
class="btn btn-
success btn-md gl-button btn-success
-secondary"
class="btn btn-
confirm btn-md gl-button btn-confirm
-secondary"
data-testid="create-profile-link"
href="/test/new/site/profile/path"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment