bbovenzi commented on code in PR #23392:
URL: https://github.com/apache/airflow/pull/23392#discussion_r863121562
##########
airflow/www/static/js/tree/Tree.jsx:
##########
@@ -85,7 +91,10 @@ const Tree = () => {
}, [tableRef, scrollOnResize]);
return (
- <Box>
+ <Box mt={3}>
+ <FilterBar />
+ <LegendRow />
+ <Divider mb={5} borderBottomWidth={2} />
<Flex flexGrow={1} justifyContent="flex-end" alignItems="center">
Review Comment:
Would it make sense to move autorefresh and the sidepanel button into Filter
bar? Or is that too crowded?
--
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]