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/18 01:01:39 UTC

[airflow] branch mapped-task-drawer updated (be432f3 -> 3fa6122)

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 be432f3  Fix task/run label, dialog focus, dag details overflow, panel open/close
     add 3fa6122  Add timezone provider

No new revisions were added by this update.

Summary of changes:
 airflow/www/static/js/main.js                      | 19 +++++++---
 airflow/www/static/js/tree/InstanceTooltip.jsx     |  5 +--
 airflow/www/static/js/tree/StatusBox.jsx           |  2 +-
 .../static/js/tree/Time.jsx}                       | 40 ++++++++++------------
 airflow/www/static/js/tree/dagRuns/Bar.jsx         |  7 ++--
 airflow/www/static/js/tree/dagRuns/Tooltip.jsx     |  5 +--
 airflow/www/static/js/tree/dagRuns/index.test.jsx  | 19 +++++-----
 airflow/www/static/js/tree/details/Header.jsx      | 25 +++++++++-----
 .../js/tree/details/content/ConfirmDialog.jsx      |  2 +-
 airflow/www/static/js/tree/details/content/Dag.jsx |  7 ++--
 .../js/tree/details/content/dagRun/index.jsx       | 39 ++++-----------------
 .../js/tree/details/content/taskInstance/index.jsx | 32 +++--------------
 airflow/www/static/js/tree/index.jsx               |  9 +++--
 .../www/static/js/tree/providers/containerRef.jsx  |  2 +-
 .../static/js/tree/providers/timezone.jsx}         | 32 ++++++++++++-----
 15 files changed, 118 insertions(+), 127 deletions(-)
 copy airflow/{ui/src/components/SectionNavBtn.tsx => www/static/js/tree/Time.jsx} (55%)
 copy airflow/{ui/src/views/Pipeline/runs/LandingTimes.tsx => www/static/js/tree/providers/timezone.jsx} (54%)