Resolve "Support Prometheus for group-level clusters"

This commit is contained in:
Peter Leitzen 2019-05-06 22:03:37 +00:00 committed by Fatih Acet
parent e1aa7f5074
commit 35f52b6364
3 changed files with 6 additions and 2 deletions

View File

@ -389,7 +389,6 @@ export default {
</template>
</application-row>
<application-row
v-if="isProjectCluster"
id="prometheus"
:logo-url="prometheusLogo"
:title="applications.prometheus.title"

View File

@ -0,0 +1,5 @@
---
title: Support prometheus for group level clusters
merge_request: 27280
author:
type: changed

View File

@ -75,7 +75,7 @@ describe('Applications', () => {
});
it('renders a row for Prometheus', () => {
expect(vm.$el.querySelector('.js-cluster-application-row-prometheus')).toBeNull();
expect(vm.$el.querySelector('.js-cluster-application-row-prometheus')).not.toBeNull();
});
it('renders a row for GitLab Runner', () => {