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>2022-04-14 06:08:57 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-04-14 06:08:57 +0300
commit7046de6ada59c5b9602a9be71e1976fc1adaea58 (patch)
tree412cd46b6040d10ee662f68a9a027aa83307102f /app/assets/javascripts/monitoring
parentacd68d938c00801e487089f6cab4c9f743426ae6 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/monitoring')
-rw-r--r--app/assets/javascripts/monitoring/components/dashboard.vue10
1 files changed, 3 insertions, 7 deletions
diff --git a/app/assets/javascripts/monitoring/components/dashboard.vue b/app/assets/javascripts/monitoring/components/dashboard.vue
index 6467d953500..c4392dd3748 100644
--- a/app/assets/javascripts/monitoring/components/dashboard.vue
+++ b/app/assets/javascripts/monitoring/components/dashboard.vue
@@ -409,17 +409,13 @@ export default {
<div>
<gl-alert
v-if="!isDeprecationNoticeDismissed"
- :title="__('Feature deprecation and removal')"
+ :title="__('Feature deprecation')"
class="mb-3"
- variant="danger"
+ variant="warning"
@dismiss="isDeprecationNoticeDismissed = true"
>
<gl-sprintf
- :message="
- s__(
- 'Deprecations|The metrics, logs and tracing features were deprecated in GitLab 14.7 and are %{epicStart} scheduled for removal %{epicEnd} in GitLab 15.0.',
- )
- "
+ :message="s__('Deprecations|The metrics feature was deprecated in GitLab 14.7.')"
>
<template #epic="{ content }">
<gl-link href="https://gitlab.com/groups/gitlab-org/-/epics/7188" target="_blank">{{