diff options
author | Adriel Santiago <asantiago@gitlab.com> | 2018-08-20 20:03:57 +0000 |
---|---|---|
committer | Clement Ho <clemmakesapps@gmail.com> | 2018-08-20 20:03:57 +0000 |
commit | a89883b1c91928c6171b309a86ba425965dfbd54 (patch) | |
tree | edf0fb9a6432b2844559ff9c65d517550f8499f5 /app/views/projects/environments | |
parent | 87c491b7642a0c1a152ef6f2594e5187fd524231 (diff) | |
download | gitlab-ce-a89883b1c91928c6171b309a86ba425965dfbd54.tar.gz |
Resolve "Remove redundant header from metrics page"
Diffstat (limited to 'app/views/projects/environments')
-rw-r--r-- | app/views/projects/environments/metrics.html.haml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/app/views/projects/environments/metrics.html.haml b/app/views/projects/environments/metrics.html.haml index af86b8e8e67..4222963a754 100644 --- a/app/views/projects/environments/metrics.html.haml +++ b/app/views/projects/environments/metrics.html.haml @@ -2,11 +2,4 @@ - 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) - #prometheus-graphs{ data: metrics_data(@project, @environment) } |