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 <jvargas@gitlab.com>2018-06-28 01:13:21 +0300
committerJose <jvargas@gitlab.com>2018-07-03 20:49:40 +0300
commitbafa86dec1ff32375178473a4e193a9f40dece45 (patch)
tree94050ca2352c1938ae08d5abdb75cbcc0fa365b1 /app/views/projects/environments
parent3fc8aa2c173fce2aa93a0bad6dcfaa945331cb6c (diff)
Add dropdown, without data
Diffstat (limited to 'app/views/projects/environments')
-rw-r--r--app/views/projects/environments/metrics.html.haml8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/views/projects/environments/metrics.html.haml b/app/views/projects/environments/metrics.html.haml
index cd822164316..9aafad13174 100644
--- a/app/views/projects/environments/metrics.html.haml
+++ b/app/views/projects/environments/metrics.html.haml
@@ -2,14 +2,6 @@
- page_title "Metrics for environment", @environment.name
.prometheus-container{ class: container_class }
- .top-area
- .row
- .col-sm-6
- %h3
- Environment:
- = link_to @environment.name, environment_path(@environment)
- = @environments.to_a
-
#prometheus-graphs{ data: { "settings-path": edit_project_service_path(@project, 'prometheus'),
"clusters-path": project_clusters_path(@project),
"documentation-path": help_page_path('administration/monitoring/prometheus/index.md'),