This is an automated email from the ASF dual-hosted git repository.

bbovenzi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new f7f84fda3cd Fix Pool table modelName (#49303)
f7f84fda3cd is described below

commit f7f84fda3cd0e99429dd568fa619360f769a4473
Author: Pierre Jeambrun <[email protected]>
AuthorDate: Tue Apr 15 18:03:01 2025 +0200

    Fix Pool table modelName (#49303)
---
 airflow-core/src/airflow/ui/src/pages/Pools/Pools.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow-core/src/airflow/ui/src/pages/Pools/Pools.tsx 
b/airflow-core/src/airflow/ui/src/pages/Pools/Pools.tsx
index cd3b48521b3..330def2b7c1 100644
--- a/airflow-core/src/airflow/ui/src/pages/Pools/Pools.tsx
+++ b/airflow-core/src/airflow/ui/src/pages/Pools/Pools.tsx
@@ -126,7 +126,7 @@ export const Pools = () => {
           displayMode="card"
           initialState={tableURLState}
           isLoading={isLoading}
-          modelName="Pools"
+          modelName="Pool"
           onStateChange={setTableURLState}
           total={data ? data.total_entries : 0}
         />

Reply via email to