jscheffl commented on code in PR #45045:
URL: https://github.com/apache/airflow/pull/45045#discussion_r1890654704


##########
airflow/ui/src/pages/Dag/Runs/Runs.tsx:
##########
@@ -92,6 +93,18 @@ const columns: Array<ColumnDef<DAGRunResponse>> = [
       
`${dayjs.duration(dayjs(original.end_date).diff(original.start_date)).asSeconds().toFixed(2)}s`,
     header: "Duration",
   },
+  {
+    accessorKey: "clear_dag_run",
+    cell: ({ row }) => (

Review Comment:
   Can we align the icon right?
   (atm it is centered in a column that is wider than the icon)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to