summaryrefslogtreecommitdiff
path: root/app/controllers/projects
diff options
context:
space:
mode:
authorsyasonik <syasonik@gitlab.com>2019-04-16 15:00:51 +0800
committersyasonik <syasonik@gitlab.com>2019-04-24 18:23:03 +0800
commit18183f404e492bcdb9818e2fb29b50dafdbca247 (patch)
treee136ae2a66a2c72ec13580a9973f643c2d400591 /app/controllers/projects
parent7eb796e6b1b1c6e3ceeb85746bc7d9e8f9a519de (diff)
downloadgitlab-ce-18183f404e492bcdb9818e2fb29b50dafdbca247.tar.gz
Use existing common metrics
Diffstat (limited to 'app/controllers/projects')
-rw-r--r--app/controllers/projects/environments_controller.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/projects/environments_controller.rb b/app/controllers/projects/environments_controller.rb
index ea25ae22bcf..b10f0c7b7db 100644
--- a/app/controllers/projects/environments_controller.rb
+++ b/app/controllers/projects/environments_controller.rb
@@ -13,7 +13,6 @@ class Projects::EnvironmentsController < Projects::ApplicationController
before_action only: [:metrics, :additional_metrics] do
push_frontend_feature_flag(:metrics_time_window)
push_frontend_feature_flag(:environment_metrics_use_prometheus_endpoint)
- push_frontend_feature_flag(:environment_metrics_show_multiple_dashboards)
end
def index