[PR] Use dropdown instead of buttons when there are more than 10 retries in log tab [airflow]

2023-12-02 Thread via GitHub
tirkarthi opened a new pull request, #36025: URL: https://github.com/apache/airflow/pull/36025 Use dropdown instead of button to select log attempt when there are more than 10 retries. Less than 10 retries ![image](https://github.com/apache/airflow/assets/3972343/8242f9d3-fe58

Re: [PR] Use dropdown instead of buttons when there are more than 10 retries in log tab [airflow]

2023-12-02 Thread via GitHub
jscheffl commented on code in PR #36025: URL: https://github.com/apache/airflow/pull/36025#discussion_r1412846228 ## airflow/www/static/js/dag/details/taskInstance/Logs/index.tsx: ## @@ -193,24 +197,44 @@ const Logs = ({ {tryNumber !== undefined && ( <>

Re: [PR] Use dropdown instead of buttons when there are more than 10 retries in log tab [airflow]

2023-12-02 Thread via GitHub
tirkarthi commented on code in PR #36025: URL: https://github.com/apache/airflow/pull/36025#discussion_r1412854868 ## airflow/www/static/js/dag/details/taskInstance/Logs/index.tsx: ## @@ -193,24 +197,44 @@ const Logs = ({ {tryNumber !== undefined && ( <>

Re: [PR] Use dropdown instead of buttons when there are more than 10 retries in log tab [airflow]

2023-12-02 Thread via GitHub
potiuk merged PR #36025: URL: https://github.com/apache/airflow/pull/36025 -- 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: commits-unsubscr...@airflow.a