diff --git a/airflow-core/src/airflow/ui/src/pages/XCom/XCom.tsx b/airflow-core/src/airflow/ui/src/pages/XCom/XCom.tsx index 0e66988437693..9a1fc1a22a15b 100644 --- a/airflow-core/src/airflow/ui/src/pages/XCom/XCom.tsx +++ b/airflow-core/src/airflow/ui/src/pages/XCom/XCom.tsx @@ -27,6 +27,7 @@ import { DataTable } from "src/components/DataTable"; import { useTableURLState } from "src/components/DataTable/useTableUrlState"; import { ErrorAlert } from "src/components/ErrorAlert"; import { ExpandCollapseButtons } from "src/components/ExpandCollapseButtons"; +import Time from "src/components/Time"; import { TruncatedText } from "src/components/TruncatedText"; import { SearchParamsKeys, type SearchParamsKeysType } from "src/constants/searchParams"; import { getTaskInstanceLink } from "src/utils/links"; @@ -71,7 +72,7 @@ const columns = (translate: (key: string) => string, open: boolean): Array ( string, open: boolean): Array - + ), enableSorting: false, - header: translate("common:taskId"), + header: translate("common:task_one"), }, { accessorKey: "map_index", enableSorting: false, header: translate("common:mapIndex"), }, + { + accessorKey: "timestamp", + cell: ({ row: { original } }) =>