This is an automated email from the ASF dual-hosted git repository. pierrejeambrun pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git
from 4a0a89b6733 Explicitly close log file descriptor in the supervise function (#51627) add e8505aaff3a Move asset events to its own tab (#51625) No new revisions were added by this update. Summary of changes: .../src/airflow/ui/src/i18n/locales/en/dag.json | 3 +- .../src/airflow/ui/src/pages/Run/AssetEvents.tsx | 45 ++++++++++++++++++++++ .../src/airflow/ui/src/pages/Run/Details.tsx | 11 +----- airflow-core/src/airflow/ui/src/pages/Run/Run.tsx | 5 ++- .../src/airflow/ui/src/pages/Task/Task.tsx | 2 +- .../{ExtraLinks.tsx => AssetEvents.tsx} | 41 ++++++++++---------- .../airflow/ui/src/pages/TaskInstance/Details.tsx | 18 --------- .../ui/src/pages/TaskInstance/TaskInstance.tsx | 5 ++- airflow-core/src/airflow/ui/src/router.tsx | 4 ++ 9 files changed, 80 insertions(+), 54 deletions(-) create mode 100644 airflow-core/src/airflow/ui/src/pages/Run/AssetEvents.tsx copy airflow-core/src/airflow/ui/src/pages/TaskInstance/{ExtraLinks.tsx => AssetEvents.tsx} (54%)