bbovenzi commented on code in PR #31561: URL: https://github.com/apache/airflow/pull/31561#discussion_r1206760991
########## airflow/www/static/js/dag/Main.tsx: ########## @@ -31,11 +31,10 @@ import Grid from "./grid"; import FilterBar from "./nav/FilterBar"; import LegendRow from "./nav/LegendRow"; import useToggleGroups from "./useToggleGroups"; -import useSelection from "./useSelection"; const detailsPanelKey = "hideDetailsPanel"; const minPanelWidth = 300; -const collapsedWidth = "28px"; Review Comment: This was intentional, to show just one dag run and still navigate around the 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
