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 2735b059f69 Update HELM chart to use Simple Auth manager (#49667)
     add 3a3b1b82c7e feat: add `PoolSummary` in dashboard (#49794)

No new revisions were added by this update.

Summary of changes:
 .../src/airflow/ui/src/components/PoolBar.tsx      | 67 +++++++++++++++
 .../airflow/ui/src/pages/Dashboard/Dashboard.tsx   |  4 +-
 .../pages/Dashboard/PoolSummary/PoolSummary.tsx    | 97 ++++++++++++++++++++++
 .../Menu => pages/Dashboard/PoolSummary}/index.ts  |  2 +-
 .../pages/Pools/{PoolBar.tsx => PoolBarCard.tsx}   | 47 ++---------
 .../src/airflow/ui/src/pages/Pools/Pools.tsx       |  4 +-
 airflow-core/src/airflow/ui/src/utils/slots.tsx    | 73 ++++++++++++++++
 7 files changed, 248 insertions(+), 46 deletions(-)
 create mode 100644 airflow-core/src/airflow/ui/src/components/PoolBar.tsx
 create mode 100644 
airflow-core/src/airflow/ui/src/pages/Dashboard/PoolSummary/PoolSummary.tsx
 copy airflow-core/src/airflow/ui/src/{components/ui/Menu => 
pages/Dashboard/PoolSummary}/index.ts (94%)
 rename airflow-core/src/airflow/ui/src/pages/Pools/{PoolBar.tsx => 
PoolBarCard.tsx} (58%)
 create mode 100644 airflow-core/src/airflow/ui/src/utils/slots.tsx

Reply via email to