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
58015694
Commit
58015694
authored
Apr 28, 2020
by
Savas Vedova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix spacing between columns
- Fix design in desktop version - Fix design in mobile version
parent
d41db64a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
ee/app/assets/javascripts/security_dashboard/components/security_dashboard_table.vue
...ecurity_dashboard/components/security_dashboard_table.vue
+4
-2
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 @
58015694
...
...
@@ -64,14 +64,16 @@ export default {
<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 gl-bg-gray-50 text-2 px-2"
role=
"row"
>
<div
class=
"table-section"
>
<div
class=
"table-section
section-5
"
>
<gl-form-checkbox
:checked=
"hasSelectedAllVulnerabilities"
class=
"my-0 ml-1 mr-3"
@
change=
"handleSelectAll"
/>
</div>
<div
class=
"table-section section-10"
role=
"rowheader"
>
{{
s__
(
'
Reports|Severity
'
)
}}
</div>
<div
class=
"table-section section-15"
role=
"rowheader"
>
{{
s__
(
'
Reports|Severity
'
)
}}
</div>
<div
class=
"table-section flex-grow-1"
role=
"rowheader"
>
{{
s__
(
'
Reports|Vulnerability
'
)
}}
</div>
...
...
ee/app/assets/javascripts/security_dashboard/components/security_dashboard_table_row.vue
View file @
58015694
...
...
@@ -80,7 +80,7 @@ export default {
class=
"gl-responsive-table-row vulnerabilities-row p-2"
:class=
"
{ dismissed: isDismissed, 'gl-bg-blue-50': isSelected }"
>
<div
class=
"table-section"
>
<div
class=
"table-section
section-5
"
>
<gl-form-checkbox
:checked=
"isSelected"
:inline=
"true"
...
...
@@ -89,10 +89,10 @@ export default {
/>
</div>
<div
class=
"table-section section-1
0
"
>
<div
class=
"table-section section-1
5
"
>
<div
class=
"table-mobile-header"
role=
"rowheader"
>
{{
s__
(
'
Reports|Severity
'
)
}}
</div>
<div
class=
"table-mobile-content"
>
<severity-badge
:severity=
"severity"
/>
<severity-badge
:severity=
"severity"
class=
"text-right text-md-left"
/>
</div>
</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