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 b757bd8df82 Temporarily revert dag versioning changes (#43730)
add b89f43ebe1a Add dag source code to dag details page (#43633)
No new revisions were added by this update.
Summary of changes:
airflow/ui/package.json | 2 +
airflow/ui/pnpm-lock.yaml | 181 +++++++++++++++++++++
airflow/ui/src/pages/DagsList/Dag/Code/Code.tsx | 145 +++++++++++++++++
.../Nav => pages/DagsList/Dag/Code}/index.ts | 2 +-
airflow/ui/src/pages/DagsList/Dag/Dag.tsx | 85 +++++-----
airflow/ui/src/router.tsx | 13 +-
6 files changed, 389 insertions(+), 39 deletions(-)
create mode 100644 airflow/ui/src/pages/DagsList/Dag/Code/Code.tsx
copy airflow/ui/src/{layouts/Nav => pages/DagsList/Dag/Code}/index.ts (96%)