Commit 229f013c authored by Tim Zallmann's avatar Tim Zallmann

Merge branch '221288-fix-project-manager-alignment' into 'master'

Render aside only when children has content

See merge request gitlab-org/gitlab!35665
parents f9fa5e85 e6fff24b
......@@ -140,12 +140,10 @@ export default {
<gl-loading-icon v-else size="lg" class="mt-4" />
</div>
<template #aside>
<vulnerability-chart
v-if="shouldShowDashboard"
:query="vulnerabilityHistoryQuery"
class="mb-4"
/>
<vulnerability-severities v-if="shouldShowDashboard" :projects="projects" />
<template v-if="shouldShowDashboard">
<vulnerability-chart :query="vulnerabilityHistoryQuery" class="mb-4" />
<vulnerability-severities :projects="projects" />
</template>
</template>
</security-dashboard-layout>
</template>
---
title: Fix alignment for the project manager in the security dashboard
merge_request: 35665
author:
type: fixed
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