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-12-15 09:09:59 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-12-15 09:09:59 +0300
commit4f33294e27e82f7d281c7ff7e390aa6c2ea32cb9 (patch)
tree732e9da5eda844aefe6eba269285b12eaa75ae69 /app/assets/javascripts/clusters
parentfa6089d8ad89cc12adb7dbcd78594b97f8f6ed02 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/clusters')
-rw-r--r--app/assets/javascripts/clusters/components/applications.vue15
1 files changed, 8 insertions, 7 deletions
diff --git a/app/assets/javascripts/clusters/components/applications.vue b/app/assets/javascripts/clusters/components/applications.vue
index 412082b648f..fdffaa24d03 100644
--- a/app/assets/javascripts/clusters/components/applications.vue
+++ b/app/assets/javascripts/clusters/components/applications.vue
@@ -1,5 +1,5 @@
<script>
-import { GlLoadingIcon, GlSprintf, GlLink } from '@gitlab/ui';
+import { GlLoadingIcon, GlSprintf, GlLink, GlAlert } from '@gitlab/ui';
import gitlabLogo from 'images/cluster_app_logos/gitlab.png';
import helmLogo from 'images/cluster_app_logos/helm.png';
import jupyterhubLogo from 'images/cluster_app_logos/jupyterhub.png';
@@ -30,6 +30,7 @@ export default {
CrossplaneProviderStack,
IngressModsecuritySettings,
FluentdOutputSettings,
+ GlAlert,
},
props: {
type: {
@@ -293,8 +294,8 @@ export default {
</p>
</template>
<template v-else>
- <div class="bs-callout bs-callout-info">
- <strong data-testid="ingressCostWarning">
+ <gl-alert variant="info" :dismissible="false">
+ <span data-testid="ingressCostWarning">
<gl-sprintf
:message="
s__(
@@ -308,8 +309,8 @@ export default {
}}</gl-link>
</template>
</gl-sprintf>
- </strong>
- </div>
+ </span>
+ </gl-alert>
</template>
</template>
</application-row>
@@ -572,13 +573,13 @@ export default {
title-link="https://github.com/knative/docs"
>
<template #description>
- <p v-if="!rbac" class="rbac-notice bs-callout bs-callout-info">
+ <gl-alert v-if="!rbac" variant="info" class="rbac-notice gl-my-3" :dismissible="false">
{{
s__(`ClusterIntegration|You must have an RBAC-enabled cluster
to install Knative.`)
}}
<gl-link :href="helpPath" target="_blank">{{ __('More information') }}</gl-link>
- </p>
+ </gl-alert>
<p>
{{
s__(`ClusterIntegration|Knative extends Kubernetes to provide