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 cb4590a7486 Enforce to forbid extra fields under execution_api (#44986)
add 452f307417f Add triggerer info and extra links section to task
instance details tab. (#46074)
No new revisions were added by this update.
Summary of changes:
airflow/ui/src/pages/Run/Details.tsx | 2 +-
airflow/ui/src/pages/TaskInstance/Details.tsx | 12 ++++-
airflow/ui/src/pages/TaskInstance/ExtraLinks.tsx | 53 ++++++++++++++++++++
.../ui/src/pages/TaskInstance/TriggererInfo.tsx | 58 ++++++++++++++++++++++
4 files changed, 123 insertions(+), 2 deletions(-)
create mode 100644 airflow/ui/src/pages/TaskInstance/ExtraLinks.tsx
create mode 100644 airflow/ui/src/pages/TaskInstance/TriggererInfo.tsx