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
d7b9a4f9
Commit
d7b9a4f9
authored
Nov 28, 2018
by
samdbeckham
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Re-orders the GSD
Where GSD is the group security dashboard
parent
d7ce1b1d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
3 deletions
+12
-3
ee/app/assets/javascripts/security_dashboard/components/app.vue
.../assets/javascripts/security_dashboard/components/app.vue
+2
-2
ee/app/assets/javascripts/security_dashboard/components/security_dashboard_table.vue
...ecurity_dashboard/components/security_dashboard_table.vue
+2
-1
ee/changelogs/unreleased/6954-dashboard-rearrangement.yml
ee/changelogs/unreleased/6954-dashboard-rearrangement.yml
+5
-0
locale/gitlab.pot
locale/gitlab.pot
+3
-0
No files found.
ee/app/assets/javascripts/security_dashboard/components/app.vue
View file @
d7b9a4f9
...
...
@@ -94,7 +94,6 @@ export default {
<
template
>
<div>
<vulnerability-count-list
/>
<tabs
stop-propagation
>
<tab
active
>
<template
slot=
"title"
>
...
...
@@ -108,7 +107,8 @@ export default {
<icon
name=
"question"
class=
"vertical-align-middle"
/>
</span>
</
template
>
<vulnerability-count-list
/>
<h5
class=
"mt-4 mb-4"
>
{{ __('Vulnerability List') }}
</h5>
<security-dashboard-table
:dashboard-documentation=
"dashboardDocumentation"
:empty-state-svg-path=
"emptyStateSvgPath"
...
...
ee/app/assets/javascripts/security_dashboard/components/security_dashboard_table.vue
View file @
d7b9a4f9
...
...
@@ -89,7 +89,8 @@ export default {
<
style
>
.vulnerabilities-row-header
{
color
:
#707070
;
background-color
:
#fafafa
;
font-size
:
1rem
;
padding-left
:
0.4em
;
padding-right
:
0.4em
;
}
...
...
ee/changelogs/unreleased/6954-dashboard-rearrangement.yml
0 → 100644
View file @
d7b9a4f9
---
title
:
Re-orders the Group Security Dashboard
merge_request
:
8624
author
:
type
:
other
locale/gitlab.pot
View file @
d7b9a4f9
...
...
@@ -9193,6 +9193,9 @@ msgstr ""
msgid "VisibilityLevel|Unknown"
msgstr ""
msgid "Vulnerability List"
msgstr ""
msgid "Vulnerability|Class"
msgstr ""
...
...
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