Commit 0eeab345 authored by Alexander Turinske's avatar Alexander Turinske

Update threat monitoring tab styling

parent c2b6131a
...@@ -105,7 +105,7 @@ export default { ...@@ -105,7 +105,7 @@ export default {
</h2> </h2>
</header> </header>
<gl-tabs> <gl-tabs content-class="gl-pt-0">
<gl-tab <gl-tab
v-if="showAlertsTab" v-if="showAlertsTab"
:title="s__('ThreatMonitoring|Alerts')" :title="s__('ThreatMonitoring|Alerts')"
......
...@@ -178,12 +178,12 @@ export default { ...@@ -178,12 +178,12 @@ export default {
<template> <template>
<div> <div>
<div class="mb-2">
<gl-alert <gl-alert
v-if="hasAutoDevopsPolicy" v-if="hasAutoDevopsPolicy"
data-testid="autodevopsAlert" data-testid="autodevopsAlert"
variant="info" variant="info"
:dismissible="false" :dismissible="false"
class="gl-mb-3"
> >
<gl-sprintf :message="$options.autodevopsNoticeDescription"> <gl-sprintf :message="$options.autodevopsNoticeDescription">
<template #monospaced="{ content }"> <template #monospaced="{ content }">
...@@ -194,7 +194,6 @@ export default { ...@@ -194,7 +194,6 @@ export default {
</template> </template>
</gl-sprintf> </gl-sprintf>
</gl-alert> </gl-alert>
</div>
<div class="pt-3 px-3 bg-gray-light"> <div class="pt-3 px-3 bg-gray-light">
<div class="row justify-content-between align-items-center"> <div class="row justify-content-between align-items-center">
......
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