diff options
author | Tim Zallmann <tzallmann@gitlab.com> | 2017-07-25 13:19:27 +0200 |
---|---|---|
committer | Tim Zallmann <tzallmann@gitlab.com> | 2017-07-27 15:03:04 +0200 |
commit | f149a76b2d9ab8f5249a8d613c4c3f9153201d3e (patch) | |
tree | b5fa0fa22d7832c124f4952e080130c4f224cd7b /config | |
parent | 57d2db4c0730a75c4ac932adc3613949550a0279 (diff) | |
download | gitlab-ce-f149a76b2d9ab8f5249a8d613c4c3f9153201d3e.tar.gz |
Converted Pipelines Charts
Diffstat (limited to 'config')
-rw-r--r-- | config/webpack.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js index 9a9399cbf02..18d28256a8b 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -54,6 +54,7 @@ var config = { notebook_viewer: './blob/notebook_viewer.js', pdf_viewer: './blob/pdf_viewer.js', pipelines: './pipelines/pipelines_bundle.js', + pipelines_charts: './pipelines/pipelines_charts.js', pipelines_details: './pipelines/pipeline_details_bundle.js', pipelines_times: './pipelines/pipelines_times.js', profile: './profile/profile_bundle.js', |