Commit 27f00053 authored by Donique's avatar Donique Committed by Jiaan Louw

Fix audit events empty space

Fixes the empty space that displayed on top of the audit events
page when the filter was disabled.

Changelog: fixed
EE: true
parent caa2bfa0
......@@ -65,9 +65,8 @@ export default {
</header>
<div class="row-content-block second-block gl-pb-0">
<div class="gl-display-flex gl-justify-content-space-between gl-flex-wrap">
<div class="gl-mb-5 gl-w-full">
<div v-if="showFilter" class="gl-mb-5 gl-w-full">
<audit-events-filter
v-if="showFilter"
:filter-token-options="filterTokenOptions"
:value="filterValue"
@selected="setFilterValue"
......
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