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 ebd1438e75 Allow longer rendered_map_index (#37798)
add 6afe26c3dd Add Run Duration in React (#37735)
No new revisions were added by this update.
Summary of changes:
.../www/static/js/dag/details/{ => dag}/Dag.tsx | 2 +-
.../www/static/js/dag/details/dag/RunDuration.tsx | 54 +++++++++
.../TaskDuration.tsx => dag/RunDurationChart.tsx} | 133 +++++++++++++--------
airflow/www/static/js/dag/details/index.tsx | 49 +++++++-
airflow/www/yarn.lock | 6 +-
5 files changed, 182 insertions(+), 62 deletions(-)
rename airflow/www/static/js/dag/details/{ => dag}/Dag.tsx (99%)
create mode 100644 airflow/www/static/js/dag/details/dag/RunDuration.tsx
copy airflow/www/static/js/dag/details/{task/TaskDuration.tsx =>
dag/RunDurationChart.tsx} (65%)