diff options
author | Tim Zallmann <tzallmann@gitlab.com> | 2017-07-25 12:12:30 +0200 |
---|---|---|
committer | Tim Zallmann <tzallmann@gitlab.com> | 2017-07-27 15:03:04 +0200 |
commit | 84a3ab25fe9dd9002c8c47976d7f17fc2a897071 (patch) | |
tree | 19e195829b8d7ece2b452df1c58e8e0ce08705b3 /config/webpack.config.js | |
parent | 395e34bd0fd32e6f8d8145f14d71ea3c1350b46f (diff) | |
download | gitlab-ce-84a3ab25fe9dd9002c8c47976d7f17fc2a897071.tar.gz |
Moved Inline JS for Pipelines Charts + new Pipeline to dispatcher
Diffstat (limited to 'config/webpack.config.js')
-rw-r--r-- | config/webpack.config.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js index 902c60b84cb..9a9399cbf02 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -54,7 +54,8 @@ var config = { notebook_viewer: './blob/notebook_viewer.js', pdf_viewer: './blob/pdf_viewer.js', pipelines: './pipelines/pipelines_bundle.js', - pipelines_details: './pipelines/pipeline_details_bundle.js', + pipelines_details: './pipelines/pipeline_details_bundle.js', + pipelines_times: './pipelines/pipelines_times.js', profile: './profile/profile_bundle.js', project_new: './projects/project_new.js', prometheus_metrics: './prometheus_metrics', |