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 9c08dab6c50 Make logical_date nullable in API responses (#46666)
add c2106c4f79d Add task details overview page with duration chart.
(#46631)
No new revisions were added by this update.
Summary of changes:
.../DurationChart.tsx} | 56 +++++++++++++-----
airflow/ui/src/pages/Dag/Overview/Overview.tsx | 7 +--
.../src/pages/{Dag => Task}/Overview/Overview.tsx | 68 ++++++++--------------
.../ui/src/pages/{Dag => Task}/Overview/index.ts | 0
airflow/ui/src/pages/Task/Task.tsx | 3 +-
airflow/ui/src/router.tsx | 4 +-
6 files changed, 75 insertions(+), 63 deletions(-)
rename airflow/ui/src/{pages/Dag/Overview/RunDuration.tsx =>
components/DurationChart.tsx} (65%)
copy airflow/ui/src/pages/{Dag => Task}/Overview/Overview.tsx (59%)
copy airflow/ui/src/pages/{Dag => Task}/Overview/index.ts (100%)