From c57c184678f28aee88ad047421ed1e35d7be682c Mon Sep 17 00:00:00 2001 From: Steve Ahn Date: Fri, 19 Sep 2025 17:48:50 -0700 Subject: [PATCH 1/3] refmt asset name with fixedWidth hidden & ellipsis --- .../airflow/ui/src/pages/DagsList/AssetSchedule.tsx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/airflow-core/src/airflow/ui/src/pages/DagsList/AssetSchedule.tsx b/airflow-core/src/airflow/ui/src/pages/DagsList/AssetSchedule.tsx index 7d74ec1cde8fe..63dea7e9b4425 100644 --- a/airflow-core/src/airflow/ui/src/pages/DagsList/AssetSchedule.tsx +++ b/airflow-core/src/airflow/ui/src/pages/DagsList/AssetSchedule.tsx @@ -63,7 +63,16 @@ export const AssetSchedule = ({ assetExpression, dagId, latestRunAfter, timetabl return ( - + {asset.name ?? asset.uri} From c16daae0cb2c122b8df2f04ec06653c54a286d9c Mon Sep 17 00:00:00 2001 From: Steve Ahn Date: Sat, 20 Sep 2025 11:36:42 -0700 Subject: [PATCH 2/3] Update airflow-core/src/airflow/ui/src/pages/DagsList/AssetSchedule.tsx Co-authored-by: Guan Ming(Wesley) Chiu <105915352+guan404ming@users.noreply.github.com> --- .../src/airflow/ui/src/pages/DagsList/AssetSchedule.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/airflow-core/src/airflow/ui/src/pages/DagsList/AssetSchedule.tsx b/airflow-core/src/airflow/ui/src/pages/DagsList/AssetSchedule.tsx index 63dea7e9b4425..928dc9960fd4d 100644 --- a/airflow-core/src/airflow/ui/src/pages/DagsList/AssetSchedule.tsx +++ b/airflow-core/src/airflow/ui/src/pages/DagsList/AssetSchedule.tsx @@ -69,9 +69,7 @@ export const AssetSchedule = ({ assetExpression, dagId, latestRunAfter, timetabl display="block" fontSize="sm" maxWidth="200px" - overflow="hidden" - textOverflow="ellipsis" - whiteSpace="nowrap" + truncate > {asset.name ?? asset.uri} From 3dad9ab1431d511dbd5f37717738a2089de6f29c Mon Sep 17 00:00:00 2001 From: Steve Ahn Date: Sat, 20 Sep 2025 12:54:06 -0700 Subject: [PATCH 3/3] lintg --- .../src/airflow/ui/src/pages/DagsList/AssetSchedule.tsx | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/airflow-core/src/airflow/ui/src/pages/DagsList/AssetSchedule.tsx b/airflow-core/src/airflow/ui/src/pages/DagsList/AssetSchedule.tsx index 928dc9960fd4d..26b963da26bb9 100644 --- a/airflow-core/src/airflow/ui/src/pages/DagsList/AssetSchedule.tsx +++ b/airflow-core/src/airflow/ui/src/pages/DagsList/AssetSchedule.tsx @@ -63,14 +63,7 @@ export const AssetSchedule = ({ assetExpression, dagId, latestRunAfter, timetabl return ( - + {asset.name ?? asset.uri}