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 2020/11/13 17:47:45 UTC

[airflow] branch master updated (450bd32 -> e5e47da)

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 450bd32  Improve presentation of DAG Docs (#12330)
     add e5e47da  Fix/Enhancement: Disable forms and communicate to user when no DAG Runs (#12320)

No new revisions were added by this update.

Summary of changes:
 airflow/models/dag.py                             |  9 ++++++++
 airflow/www/static/css/bootstrap-theme.css        |  3 ++-
 airflow/www/templates/airflow/chart.html          |  7 +++---
 airflow/www/templates/airflow/duration_chart.html |  7 +++---
 airflow/www/templates/airflow/gantt.html          |  9 ++++----
 airflow/www/templates/airflow/graph.html          |  7 +++---
 airflow/www/templates/airflow/tree.html           |  7 +++---
 airflow/www/views.py                              | 28 +++++++++++++++++++----
 8 files changed, 56 insertions(+), 21 deletions(-)