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
path: root/app
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2018-02-22 01:41:28 +0300
committerMike Greiling <mike@pixelcog.com>2018-03-06 12:11:38 +0300
commit50106474e8ebd4272be67a8eee5a6332c94f1d9d (patch)
treea85f09ac19db3d718115362c0fa88d16be6c50a9 /app
parentbd57be280d6dede47844a23a487a24bbbc49201c (diff)
add prometheus cluster health monitoring empty state
Diffstat (limited to 'app')
-rw-r--r--app/assets/javascripts/clusters/components/applications.vue5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/assets/javascripts/clusters/components/applications.vue b/app/assets/javascripts/clusters/components/applications.vue
index 1325a268214..27136c7289f 100644
--- a/app/assets/javascripts/clusters/components/applications.vue
+++ b/app/assets/javascripts/clusters/components/applications.vue
@@ -117,7 +117,10 @@
</script>
<template>
- <section class="settings no-animate expanded">
+ <section
+ id="cluster-applications"
+ class="settings no-animate expanded"
+ >
<div class="settings-header">
<h4>
{{ s__('ClusterIntegration|Applications') }}