bbovenzi commented on code in PR #43231:
URL: https://github.com/apache/airflow/pull/43231#discussion_r1821273008
##########
airflow/ui/src/pages/DagsList/DagsList.tsx:
##########
@@ -200,21 +200,31 @@ export const DagsList = () => {
<Heading py={3} size="md">
{pluralize("DAG", data?.total_entries)}
</Heading>
- {display === "card" ? (
Review Comment:
Let's keep the select only for the card list. But let's drop "sort by last
run state", I think last run start_date is fine.
--
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]