This is an automated email from the ASF dual-hosted git repository.
jscheffl pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 10260bef554 Bump vite from 5.4.6 to 5.4.12 in /airflow/ui (#45868)
add dbf5c49a351 List Pools under the admin nav button (#45587)
No new revisions were added by this update.
Summary of changes:
airflow/ui/src/layouts/Nav/AdminButton.tsx | 4 ++
airflow/ui/src/pages/Pools/PoolBar.tsx | 82 ++++++++++++++++++++++
.../src/pages/Pools/Pools.tsx} | 29 ++++----
.../Graph/index.ts => pages/Pools/index.tsx} | 2 +-
airflow/ui/src/router.tsx | 5 ++
5 files changed, 105 insertions(+), 17 deletions(-)
create mode 100644 airflow/ui/src/pages/Pools/PoolBar.tsx
copy airflow/{www/static/js/dag/details/taskInstance/BackToTaskSummary.tsx =>
ui/src/pages/Pools/Pools.tsx} (62%)
copy airflow/ui/src/{layouts/Details/Graph/index.ts => pages/Pools/index.tsx}
(96%)