Saadmadni84 commented on code in PR #60105:
URL: https://github.com/apache/airflow/pull/60105#discussion_r2666421894
##########
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:
Good catch — you’re right. I unintentionally removed the next DAG run stat
while cleaning up the TaskInstanceSummary fallback. I’ve restored the next-run
block so the next scheduled run info is preserved.
--
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]