You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/08/13 00:54:29 UTC

[airflow] branch main updated (7b4ce7b -> 2092988)

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

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


    from 7b4ce7b  Run more than just basic checks on ``.pre-commit-config.yaml`` change (#17590)
     add 2092988  Simplify 404 page (#17501)

No new revisions were added by this update.

Summary of changes:
 airflow/www/extensions/init_views.py               |   4 +-
 airflow/www/static/js/circles.js                   | 130 ---------------------
 .../airflow/{circles.html => not_found.html}       |  28 ++---
 airflow/www/views.py                               |   6 +-
 airflow/www/webpack.config.js                      |   1 -
 5 files changed, 17 insertions(+), 152 deletions(-)
 delete mode 100644 airflow/www/static/js/circles.js
 rename airflow/www/templates/airflow/{circles.html => not_found.html} (61%)