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/04/09 17:56:39 UTC

[airflow] branch master updated (bcc6c93 -> 9dd14aa)

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 bcc6c93  Migrate graph js (#15307)
     add 9dd14aa  Migrate task instance log (ti_log) js (#15309)

No new revisions were added by this update.

Summary of changes:
 airflow/www/static/js/ti_log.js           | 148 ++++++++++++++++++++++++++++++
 airflow/www/templates/airflow/ti_log.html | 144 ++++-------------------------
 airflow/www/webpack.config.js             |   1 +
 3 files changed, 168 insertions(+), 125 deletions(-)
 create mode 100644 airflow/www/static/js/ti_log.js