bbovenzi commented on code in PR #51667: URL: https://github.com/apache/airflow/pull/51667#discussion_r2143355278
########## airflow-core/src/airflow/ui/src/router.tsx: ########## @@ -60,7 +61,8 @@ import { AssetEvents as TaskInstanceAssetEvents } from "./pages/TaskInstance/Ass import { client } from "./queryClient"; const taskInstanceRoutes = [ - { element: <Logs />, index: true }, + { element: <Gantt />, index: true }, + { element: <Logs />, path: "logs" }, Review Comment: Logs should still be the primary view. We can put the gantt after Logs or Task Instances -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org