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
f27a3337
Commit
f27a3337
authored
Oct 26, 2020
by
Paul Gascou-Vaillancourt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add margin to on-demand scans
parent
936f453d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-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
-1
No files found.
ee/app/assets/javascripts/on_demand_scans/components/on_demand_scans_form.vue
View file @
f27a3337
...
...
@@ -194,7 +194,7 @@ export default {
</gl-alert>
<
template
v-if=
"isLoadingProfiles"
>
<gl-card
v-for=
"i in 2"
:key=
"i"
>
<gl-card
v-for=
"i in 2"
:key=
"i"
class=
"gl-mb-5"
>
<template
#header
>
<gl-skeleton-loader
:width=
"1248"
:height=
"15"
>
<rect
x=
"0"
y=
"0"
width=
"300"
height=
"15"
rx=
"4"
/>
...
...
@@ -211,6 +211,7 @@ export default {
<
template
v-else-if=
"!failedToLoadProfiles"
>
<on-demand-scans-scanner-profile-selector
v-model=
"form.dastScannerProfileId"
class=
"gl-mb-5"
:profiles=
"scannerProfiles"
/>
<on-demand-scans-site-profile-selector
...
...
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