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
62be31c5
Commit
62be31c5
authored
Apr 20, 2020
by
Dave Pisek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reviewer feedback: Spelling and css-class removal
parent
21c51acc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
7 deletions
+4
-7
ee/app/assets/javascripts/security_dashboard/components/security_dashboard_table.vue
...ecurity_dashboard/components/security_dashboard_table.vue
+1
-4
ee/app/assets/javascripts/security_dashboard/components/security_dashboard_table_row.vue
...ity_dashboard/components/security_dashboard_table_row.vue
+3
-3
No files found.
ee/app/assets/javascripts/security_dashboard/components/security_dashboard_table.vue
View file @
62be31c5
...
...
@@ -63,10 +63,7 @@ export default {
<
template
>
<div
class=
"ci-table js-security-dashboard-table"
data-qa-selector=
"security_report_content"
>
<selection-summary
v-if=
"isSelectingVulnerabilities"
/>
<div
class=
"gl-responsive-table-row table-row-header vulnerabilities-row-header gl-bg-gray-50 text-2 px-2"
role=
"row"
>
<div
class=
"gl-responsive-table-row table-row-header gl-bg-gray-50 text-2 px-2"
role=
"row"
>
<div
class=
"table-section"
>
<gl-form-checkbox
:checked=
"hasSelectedAllVulnerabilities"
...
...
ee/app/assets/javascripts/security_dashboard/components/security_dashboard_table_row.vue
View file @
62be31c5
...
...
@@ -36,7 +36,7 @@ export default {
severity
()
{
return
this
.
vulnerability
.
severity
||
'
'
;
},
vulnerabilityNamepace
()
{
vulnerabilityName
s
pace
()
{
const
{
project
,
location
}
=
this
.
vulnerability
;
if
(
this
.
dashboardType
===
DASHBOARD_TYPES
.
GROUP
)
{
return
project
&&
project
.
full_name
;
...
...
@@ -128,8 +128,8 @@ export default {
:project-name=
"vulnerability.project.name"
/>
<br
/>
<small
v-if=
"vulnerabilityNamepace"
class=
"gl-text-gray-700 gl-word-break-all"
>
{{ vulnerabilityNamepace }}
<small
v-if=
"vulnerabilityName
s
pace"
class=
"gl-text-gray-700 gl-word-break-all"
>
{{ vulnerabilityName
s
pace }}
</small>
</template>
</div>
...
...
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