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
506a85f5
Commit
506a85f5
authored
Dec 10, 2020
by
Dheeraj Joshi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix alignment for DAST profile buttons
parent
c9f1648c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
ee/app/assets/javascripts/security_configuration/dast_profiles/components/dast_profiles_list.vue
...iguration/dast_profiles/components/dast_profiles_list.vue
+8
-4
No files found.
ee/app/assets/javascripts/security_configuration/dast_profiles/components/dast_profiles_list.vue
View file @
506a85f5
...
@@ -146,9 +146,13 @@ export default {
...
@@ -146,9 +146,13 @@ export default {
<div
class=
"gl-text-right"
>
<div
class=
"gl-text-right"
>
<slot
name=
"actions"
:profile=
"item"
></slot>
<slot
name=
"actions"
:profile=
"item"
></slot>
<gl-button
v-if=
"item.editPath"
:href=
"item.editPath"
class=
"gl-mx-5"
size=
"small"
>
{{
<gl-button
__
(
'
Edit
'
)
v-if=
"item.editPath"
}}
</gl-button>
:href=
"item.editPath"
class=
"gl-ml-3 gl-my-1"
size=
"small"
>
{{
__
(
'
Edit
'
)
}}
</gl-button
>
<gl-button
<gl-button
v-gl-tooltip
.
hover
.
focus
v-gl-tooltip
.
hover
.
focus
...
@@ -156,7 +160,7 @@ export default {
...
@@ -156,7 +160,7 @@ export default {
variant=
"danger"
variant=
"danger"
category=
"secondary"
category=
"secondary"
size=
"small"
size=
"small"
class=
"gl-m
r-3
"
class=
"gl-m
x-3 gl-my-1
"
:title=
"s__('DastProfiles|Delete profile')"
:title=
"s__('DastProfiles|Delete profile')"
@
click=
"prepareProfileDeletion(item.id)"
@
click=
"prepareProfileDeletion(item.id)"
/>
/>
...
...
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