bbovenzi commented on code in PR #23392:
URL: https://github.com/apache/airflow/pull/23392#discussion_r864270267
##########
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:
Ok. Leave it as is. We can always change that later.
--
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]