set92 commented on issue #44663:
URL: https://github.com/apache/airflow/issues/44663#issuecomment-2555982264

   I was searching for the exact Issue, but I couldn't find it. I was testing 
today AF 2.10.4, and I found that when you have more than 10 fails in a task, 
the buttons are replaced by a dropdown list?
   
   <img width="487" alt="image" 
src="https://github.com/user-attachments/assets/48b292e3-ef5d-4e82-9364-dc7bbbc9ee91";
 />
   
   If you get to that number of tries is most probably because you are 
debugging, so you don't want more steps to go to your last log error. So, from 
this point of view I see 2 improvements
   - Make the order in reverse. Probably will be weird, but if you are with an 
error, you want to select the last error log as soon as possible, and when you 
have to select the dropdown list, and then go to select the last element is not 
very nice or comfortable. Other option would be to put a limit or make the list 
smaller to only shows 5 elements, and have a scrollbar.
   - The other option would be to have both, the dropdown, and the last or the 
last 3 log error. Which will appear on the right side of the dropdown. This way 
it is easier to see error logs, that's most people are interested in. But, if 
you want to check previous ones, you still have the dropdown.


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