diff options
author | Phil Hughes <me@iamphill.com> | 2018-02-15 16:26:44 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-02-15 16:26:44 +0000 |
commit | c312d2b9ffeaed9c30a9776d2ef5a7c126d5a5db (patch) | |
tree | eef178189882127af2d309548a4bd7190ebd3675 /app/views | |
parent | 15b63e15eda5f69d0f918d8df44bf614a14b3cda (diff) | |
download | gitlab-ce-pipeline-chart-bundle.tar.gz |
Updated pipelines charts to use dynamic webpack bundlepipeline-chart-bundle
#41341
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/projects/pipelines/charts.html.haml | 3 | ||||
-rw-r--r-- | app/views/projects/pipelines/charts/_pipeline_times.haml | 3 | ||||
-rw-r--r-- | app/views/projects/pipelines/charts/_pipelines.haml | 3 |
3 files changed, 0 insertions, 9 deletions
diff --git a/app/views/projects/pipelines/charts.html.haml b/app/views/projects/pipelines/charts.html.haml index ba55bc23add..a86cb14960a 100644 --- a/app/views/projects/pipelines/charts.html.haml +++ b/app/views/projects/pipelines/charts.html.haml @@ -1,9 +1,6 @@ - @no_container = true - breadcrumb_title "CI / CD Charts" - page_title _("Charts"), _("Pipelines") -- content_for :page_specific_javascripts do - = page_specific_javascript_bundle_tag('common_d3') - = page_specific_javascript_bundle_tag('graphs') %div{ class: container_class } .sub-header-block diff --git a/app/views/projects/pipelines/charts/_pipeline_times.haml b/app/views/projects/pipelines/charts/_pipeline_times.haml index a5dbd1b1532..510697c2ae9 100644 --- a/app/views/projects/pipelines/charts/_pipeline_times.haml +++ b/app/views/projects/pipelines/charts/_pipeline_times.haml @@ -1,6 +1,3 @@ -- content_for :page_specific_javascripts do - = webpack_bundle_tag('pipelines_times') - %div %p.light = _("Commit duration in minutes for last 30 commits") diff --git a/app/views/projects/pipelines/charts/_pipelines.haml b/app/views/projects/pipelines/charts/_pipelines.haml index 41dc2f6cf9d..2f4b6def155 100644 --- a/app/views/projects/pipelines/charts/_pipelines.haml +++ b/app/views/projects/pipelines/charts/_pipelines.haml @@ -1,6 +1,3 @@ -- content_for :page_specific_javascripts do - = webpack_bundle_tag('pipelines_charts') - %h4= _("Pipelines charts") %p |