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
704df448
Commit
704df448
authored
Feb 01, 2021
by
Dave Pisek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix linting error
parent
cbe9a4f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
ee/app/assets/javascripts/security_dashboard/components/vulnerability_action_buttons.vue
...ity_dashboard/components/vulnerability_action_buttons.vue
+4
-4
No files found.
ee/app/assets/javascripts/security_dashboard/components/vulnerability_action_buttons.vue
View file @
704df448
...
@@ -53,10 +53,10 @@ export default {
...
@@ -53,10 +53,10 @@ export default {
);
);
},
},
createIssueButtonLabel
()
{
createIssueButtonLabel
()
{
const
{
const
{
$options
}
=
this
;
$options
:
{
i18n
},
return
this
.
isJiraVulnerabilityIssuesEnabled
}
=
this
;
?
$options
.
i18n
.
createJiraIssue
return
this
.
isJiraVulnerabilityIssuesEnabled
?
i18n
.
createJiraIssue
:
i18n
.
createIssue
;
:
$options
.
i18n
.
createIssue
;
},
},
},
},
methods
:
{
methods
:
{
...
...
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