summaryrefslogtreecommitdiff
path: root/app/views/projects/environments
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2018-02-16 16:49:13 -0600
committerMike Greiling <mike@pixelcog.com>2018-02-19 16:56:23 -0600
commit15a4773e06d91d57a80699818a7754e92e276b39 (patch)
tree596c5e4de8c153a418bbf76ba1205ed0bdd92f5f /app/views/projects/environments
parentfb38bc3faeee0d691f8f473cf5b32d356eabb43f (diff)
downloadgitlab-ce-15a4773e06d91d57a80699818a7754e92e276b39.tar.gz
remove common_d3 bundle
Diffstat (limited to 'app/views/projects/environments')
-rw-r--r--app/views/projects/environments/metrics.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/projects/environments/metrics.html.haml b/app/views/projects/environments/metrics.html.haml
index 10812f67cbe..91b3743e9e7 100644
--- a/app/views/projects/environments/metrics.html.haml
+++ b/app/views/projects/environments/metrics.html.haml
@@ -2,7 +2,6 @@
- page_title "Metrics for environment", @environment.name
- content_for :page_specific_javascripts do
= webpack_bundle_tag 'common_vue'
- = webpack_bundle_tag 'common_d3'
.prometheus-container{ class: container_class }
.top-area