dsuhinin opened a new pull request, #71235:
URL: https://github.com/apache/airflow/pull/71235

   Task instances always open on the Logs tab, and users who prefer another tab 
have to click it every time — there is no way to change the default.            
                                                                                
                                                                             
                                                                                
                                                                                
                                                                                
                                                                               
     This adds a new `[api] default_task_instance_tab` config option that lets 
a deployment set which tab opens by default when a task instance is first 
opened (e.g. `details`). The index route reads the value from `/ui/config` and 
redirects to the configured tab, preserving the query string and hash; unknown 
or unset values fall back to `logs`, so existing behavior and deep links are 
unchanged. Explicit tab choices made while navigating task-to-task in the grid 
still take precedence.


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