ashb commented on code in PR #73554:
URL: https://github.com/apache/airflow/pull/73554#discussion_r4095882529


##########
airflow-core/src/airflow/ui/src/pages/TaskInstance/Logs/Logs.tsx:
##########
@@ -66,16 +66,19 @@ export const Logs = () => {
     },
   );
 
+  const defaultTryNumber =
+    taskInstance?.state === "up_for_retry" ? taskInstance.try_number - 1 : 
taskInstance?.try_number;

Review Comment:
   I've pushed the small UI change in 
[5a7a924](https://github.com/apache/airflow/pull/73554/commits/5a7a924e459636e507c9612e3284a00e4c6d1ca7)
 -- I decided no automatic moving between try numbers was the most predictable.



-- 
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