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
8efbd6ed
Commit
8efbd6ed
authored
Feb 21, 2021
by
Savas Vedova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move action buttons to footer
parent
c401a604
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
13 deletions
+20
-13
ee/app/assets/javascripts/vulnerabilities/components/vulnerability_state_dropdown.vue
...lnerabilities/components/vulnerability_state_dropdown.vue
+15
-13
ee/changelogs/unreleased/320838-vulnerability-status-dropdown-actions-should-not-scroll.yml
...lnerability-status-dropdown-actions-should-not-scroll.yml
+5
-0
No files found.
ee/app/assets/javascripts/vulnerabilities/components/vulnerability_state_dropdown.vue
View file @
8efbd6ed
...
...
@@ -83,18 +83,20 @@ export default {
<div
class=
"pl-4"
>
{{
stateItem
.
description
}}
</div>
</li>
<div
class=
"text-right p-3"
>
<gl-button
ref=
"cancel-button"
class=
"mr-2"
@
click=
"closeDropdown"
>
{{
__
(
'
Cancel
'
)
}}
</gl-button>
<gl-button
ref=
"save-button"
variant=
"success"
:disabled=
"selected === initialStateItem"
@
click=
"saveState(selected)"
>
{{
s__
(
'
VulnerabilityManagement|Change status
'
)
}}
</gl-button>
</div>
<template
#footer
>
<div
class=
"text-right px-3"
>
<gl-button
ref=
"cancel-button"
class=
"mr-2"
@
click=
"closeDropdown"
>
{{
__
(
'
Cancel
'
)
}}
</gl-button>
<gl-button
ref=
"save-button"
variant=
"success"
:disabled=
"selected === initialStateItem"
@
click=
"saveState(selected)"
>
{{
s__
(
'
VulnerabilityManagement|Change status
'
)
}}
</gl-button>
</div>
</
template
>
</gl-dropdown>
</template>
ee/changelogs/unreleased/320838-vulnerability-status-dropdown-actions-should-not-scroll.yml
0 → 100644
View file @
8efbd6ed
---
title
:
Move action buttons to dropdown footer
merge_request
:
54767
author
:
type
:
changed
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