Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-07-07 12:08:57 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-07-07 12:08:57 +0300
commitc417764f00abaa5d2224a50b8d43a15e40ef8790 (patch)
treede2134eec07b27df1770fad10bcd6aa3a52d8f90 /app/assets/javascripts/alert_management
parentcceb99c072e1eac3f144b479ea5909384fa39e7f (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/alert_management')
-rw-r--r--app/assets/javascripts/alert_management/components/alert_status.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/alert_management/components/alert_status.vue b/app/assets/javascripts/alert_management/components/alert_status.vue
index c26dc7b63a0..c44397d7fe2 100644
--- a/app/assets/javascripts/alert_management/components/alert_status.vue
+++ b/app/assets/javascripts/alert_management/components/alert_status.vue
@@ -88,7 +88,7 @@ export default {
@keydown.esc.native="$emit('hide-dropdown')"
@hide="$emit('hide-dropdown')"
>
- <div class="dropdown-title text-center">
+ <div v-if="isSidebar" class="dropdown-title text-center">
<span class="alert-title">{{ s__('AlertManagement|Assign status') }}</span>
<gl-button
:aria-label="__('Close')"