This is an automated email from the ASF dual-hosted git repository.
bbovenzi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 5007806 Add possibility to run DAGs from system tests and see DAGs
logs (#17868)
add 887ef6b Add Next Run to UI (#17732)
No new revisions were added by this update.
Summary of changes:
airflow/www/static/js/dag.js | 18 +++++++++-
airflow/www/static/js/dags.js | 37 ++++++++++++++++++---
airflow/www/static/js/datetime_utils.js | 5 ++-
airflow/www/static/js/task_instances.js | 21 ++++++++----
airflow/www/templates/airflow/dag.html | 12 ++++++-
airflow/www/templates/airflow/dags.html | 39 ++++++++++++++++------
airflow/www/views.py | 59 ++++++++++++++++++++++++++++-----
7 files changed, 157 insertions(+), 34 deletions(-)