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 1e704526742 Fix `sync-perm` CLI command (#47626)
     add 8da459e6a37 Add Dag Details tab and add Dag Version to all details 
tabs (#47649)

No new revisions were added by this update.

Summary of changes:
 airflow/ui/src/components/DagVersionDetails.tsx |  63 +++++++++++
 airflow/ui/src/pages/Dag/Dag.tsx                |   3 +-
 airflow/ui/src/pages/Dag/Details.tsx            | 138 ++++++++++++++++++++++++
 airflow/ui/src/pages/Run/Details.tsx            |  13 ++-
 airflow/ui/src/pages/TaskInstance/Details.tsx   |   7 ++
 airflow/ui/src/router.tsx                       |   6 +-
 6 files changed, 226 insertions(+), 4 deletions(-)
 create mode 100644 airflow/ui/src/components/DagVersionDetails.tsx
 create mode 100644 airflow/ui/src/pages/Dag/Details.tsx

Reply via email to