From 305f6a45f9691c42aff123bc0f5a334c114af0fa Mon Sep 17 00:00:00 2001 From: Jed Cunningham Date: Thu, 21 Aug 2025 14:23:13 -0600 Subject: [PATCH 1/3] Remove duplicate "concurrency" from dag details "Concurrency" is the same as "Max Active Tasks", but is less clear what it actually means, so I've removed it. --- airflow-core/src/airflow/ui/src/pages/Dag/Details.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/airflow-core/src/airflow/ui/src/pages/Dag/Details.tsx b/airflow-core/src/airflow/ui/src/pages/Dag/Details.tsx index a618568ed4cf0..694792f4500c0 100644 --- a/airflow-core/src/airflow/ui/src/pages/Dag/Details.tsx +++ b/airflow-core/src/airflow/ui/src/pages/Dag/Details.tsx @@ -96,10 +96,6 @@ export const Details = () => {