You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ry...@apache.org on 2021/03/01 21:04:58 UTC

[airflow] branch master updated (391baee -> a9314dd)

This is an automated email from the ASF dual-hosted git repository.

ryanahamilton pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 391baee  Minor doc fixes (#14547)
     add a9314dd  clean up gantt js (#14545)

No new revisions were added by this update.

Summary of changes:
 airflow/www/.eslintignore                 |   1 -
 airflow/www/static/js/gantt.js            | 322 ++++++++++++++++++++++++++++++
 airflow/www/static/js/gantt_chart_d3v2.js | 311 -----------------------------
 airflow/www/templates/airflow/gantt.html  |  17 +-
 airflow/www/webpack.config.js             |   3 +-
 5 files changed, 326 insertions(+), 328 deletions(-)
 create mode 100644 airflow/www/static/js/gantt.js
 delete mode 100644 airflow/www/static/js/gantt_chart_d3v2.js