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
3f4997fb
Commit
3f4997fb
authored
Jun 25, 2020
by
Paul Gascou-Vaillancourt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve mobile layout
parent
f467244c
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/security_reports_summary.vue
...ecurity_dashboard/components/security_reports_summary.vue
+4
-4
No files found.
ee/app/assets/javascripts/security_dashboard/components/security_reports_summary.vue
View file @
3f4997fb
...
...
@@ -61,10 +61,10 @@ export default {
<gl-card
body-class=
"gl-py-0"
header-class=
"gl-border-b-0"
>
<template
#header
>
<div
class=
"row"
>
<div
class=
"col-
9
"
>
<div
class=
"col-
7
"
>
<strong>
{{
s__
(
'
SecurityReports|Scan details
'
)
}}
</strong>
</div>
<div
v-if=
"localStorageUsable"
class=
"col-
3
gl-text-right"
>
<div
v-if=
"localStorageUsable"
class=
"col-
5
gl-text-right"
>
<gl-button
v-collapse-toggle
.
security-reports-summary-details
data-testid=
"collapse-button"
...
...
@@ -76,10 +76,10 @@ export default {
</
template
>
<gl-collapse
id=
"security-reports-summary-details"
v-model=
"isVisible"
class=
"gl-pb-3"
>
<div
v-for=
"[scanType, scanSummary] in formattedSummary"
:key=
"scanType"
class=
"row gl-my-3"
>
<div
class=
"col-2"
>
<div
class=
"col-
6 col-md-4 col-lg-
2"
>
{{ scanType }}
</div>
<div
class=
"col-10"
>
<div
class=
"col-
6 col-md-8 col-lg-
10"
>
<gl-sprintf
:message=
"
n__('%d vulnerability', '%d vulnerabilities', scanSummary.vulnerabilitiesCount)
...
...
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