From 3269a20692c5b1f32862072d7897a4e753bae9ef Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 27 Nov 2019 12:06:30 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- lib/gitlab/metrics/dashboard/service_selector.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/gitlab/metrics') diff --git a/lib/gitlab/metrics/dashboard/service_selector.rb b/lib/gitlab/metrics/dashboard/service_selector.rb index aee7f6685ad..22314c2a0ee 100644 --- a/lib/gitlab/metrics/dashboard/service_selector.rb +++ b/lib/gitlab/metrics/dashboard/service_selector.rb @@ -34,7 +34,7 @@ module Gitlab end def system_dashboard?(filepath) - SERVICES::SystemDashboardService.system_dashboard?(filepath) + SERVICES::SystemDashboardService.matching_dashboard?(filepath) end def custom_metric_embed?(params) -- cgit v1.2.1