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
ef51434a
Commit
ef51434a
authored
Feb 21, 2018
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Render expand button for sast:container
parent
82e2c2e7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
ee/app/assets/javascripts/vue_shared/security_reports/components/report_section.vue
...vue_shared/security_reports/components/report_section.vue
+2
-1
spec/javascripts/vue_mr_widget/ee_mr_widget_options_spec.js
spec/javascripts/vue_mr_widget/ee_mr_widget_options_spec.js
+1
-1
No files found.
ee/app/assets/javascripts/vue_shared/security_reports/components/report_section.vue
View file @
ef51434a
...
...
@@ -104,7 +104,8 @@
hasIssues
()
{
return
this
.
unresolvedIssues
.
length
||
this
.
resolvedIssues
.
length
||
this
.
allIssues
.
length
;
this
.
allIssues
.
length
||
this
.
neutralIssues
.
length
;
},
},
...
...
spec/javascripts/vue_mr_widget/ee_mr_widget_options_spec.js
View file @
ef51434a
...
...
@@ -444,7 +444,7 @@ describe('ee merge request widget options', () => {
vm
.
$el
.
querySelector
(
'
.js-docker-widget .js-code-text
'
).
textContent
.
trim
(),
).
toEqual
(
'
SAST:container found 3 vulnerabilities, of which 1 is approved
'
);
vm
.
$el
.
querySelector
(
'
.js-docker-widget
butto
n
'
).
click
();
vm
.
$el
.
querySelector
(
'
.js-docker-widget
.js-collapse-bt
n
'
).
click
();
Vue
.
nextTick
(()
=>
{
expect
(
...
...
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