Repository: incubator-airflow Updated Branches: refs/heads/master 49fd23a3e -> f3b6b60c4
[AIRFLOW-2782][Airflow 2782] Removes unused hard-coded dagreD3 Closes #3635 from verdan/AIRFLOW-2782-dagred3-fix Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/f3b6b60c Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/f3b6b60c Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/f3b6b60c Branch: refs/heads/master Commit: f3b6b60c4809afdde916e8982a300f942f26109b Parents: 49fd23a Author: Verdan Mahmood <[email protected]> Authored: Wed Jul 25 14:15:30 2018 +0200 Committer: Fokko Driesprong <[email protected]> Committed: Wed Jul 25 14:15:30 2018 +0200 ---------------------------------------------------------------------- airflow/www_rbac/webpack.config.js | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/f3b6b60c/airflow/www_rbac/webpack.config.js ---------------------------------------------------------------------- diff --git a/airflow/www_rbac/webpack.config.js b/airflow/www_rbac/webpack.config.js index 916d49b..16c80ba 100644 --- a/airflow/www_rbac/webpack.config.js +++ b/airflow/www_rbac/webpack.config.js @@ -36,7 +36,6 @@ const config = { entry: { connectionForm: STATIC_DIR + '/js/connection_form.js', clock: STATIC_DIR + '/js/clock.js', - dagreD3: STATIC_DIR + '/js/dagre-d3.js', ganttChartD3v2: STATIC_DIR + '/js/gantt-chart-d3v2.js', styleBundle: [ STATIC_DIR + '/css/main.css',
