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