Commit d7b9a4f9 authored by samdbeckham's avatar samdbeckham

Re-orders the GSD

Where GSD is the group security dashboard
parent d7ce1b1d
......@@ -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"
......
......@@ -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;
}
......
---
title: Re-orders the Group Security Dashboard
merge_request: 8624
author:
type: other
......@@ -9193,6 +9193,9 @@ msgstr ""
msgid "VisibilityLevel|Unknown"
msgstr ""
msgid "Vulnerability List"
msgstr ""
msgid "Vulnerability|Class"
msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment