You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by bb...@apache.org on 2022/03/29 17:12:38 UTC

[airflow] branch mapped-task-drawer updated (1aec13c -> f348c37)

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

bbovenzi pushed a change to branch mapped-task-drawer
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 1aec13c  Update filter upstream link
     add f348c37  Split TaskInstance details component

No new revisions were added by this update.

Summary of changes:
 .../tree/details/content/taskInstance/Details.jsx  | 162 +++++++++++++++++
 .../js/tree/details/content/taskInstance/Nav.jsx   | 106 +++++++++++
 .../js/tree/details/content/taskInstance/index.jsx | 193 +--------------------
 3 files changed, 272 insertions(+), 189 deletions(-)
 create mode 100644 airflow/www/static/js/tree/details/content/taskInstance/Details.jsx
 create mode 100644 airflow/www/static/js/tree/details/content/taskInstance/Nav.jsx