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:
authorJose Ivan Vargas <jvargas@gitlab.com>2019-07-11 00:12:46 +0300
committerFatih Acet <acetfatih@gmail.com>2019-07-11 00:12:46 +0300
commit202a150f72cdf2793f66d80f892ee6d68d7f26ad (patch)
treed11278d89da180e0c6a669f6a2aa1b1a32cf35f1 /app/controllers
parentef348618c5105a97ae257bc683c85ef1c01a969b (diff)
Add support for additional panel types
This introduces the single stat chart component aside from the area chart component
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/projects/environments_controller.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/projects/environments_controller.rb b/app/controllers/projects/environments_controller.rb
index ecf05e6ea64..1bca52106fa 100644
--- a/app/controllers/projects/environments_controller.rb
+++ b/app/controllers/projects/environments_controller.rb
@@ -13,6 +13,7 @@ class Projects::EnvironmentsController < Projects::ApplicationController
before_action only: [:metrics, :additional_metrics, :metrics_dashboard] do
push_frontend_feature_flag(:environment_metrics_use_prometheus_endpoint)
push_frontend_feature_flag(:environment_metrics_show_multiple_dashboards)
+ push_frontend_feature_flag(:environment_metrics_additional_panel_types)
push_frontend_feature_flag(:prometheus_computed_alerts)
end