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


##########
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:
   Yeah, this is a bit of a quandry.
   
   I think the try number needs to not swap back and forth based on what tab 
you have (as that would be more confusing).
   
   I'm preparing some UI changes and will include screenshots.



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