bbovenzi commented on code in PR #60105:
URL: https://github.com/apache/airflow/pull/60105#discussion_r2666393840
##########
airflow-core/src/airflow/ui/src/pages/DagsList/DagCard.tsx:
##########
@@ -104,14 +108,13 @@ export const DagCard = ({ dag }: Props) => {
</Link>
) : undefined}
</Stat>
- <Stat data-testid="next-run" label={translate("dagDetails.nextRun")}>
- {Boolean(dag.next_dagrun_run_after) ? (
- <DagRunInfo
Review Comment:
I think we still want to preserve the next dag run info. Could we restore
this?
--
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]