Usiel opened a new issue, #34795: URL: https://github.com/apache/airflow/issues/34795
### Description Replace the existing selects with multi-selects that allow you to filter multiple DAG run states and types at the same time, somewhat similar to my prototype:  ### Use case/motivation I'm not sure if it is just me, but sometimes I wish I was able to show multiple DAG run states, especially `running` and `failed`, at the same time. This would be especially helpful for busy DAGs on which I want to clear a few failed runs. Without the multi-select if I switch from `failed` to `running` DAG runs I need to orient myself again to find the run I just cleared (assuming there are lots of other running DAG runs). With the multi-select the DAG run I just cleared stays in the same spot and I can check the logs, while clearing some other failed runs. I'm not sure we need a multi-select for DAG run types as well. I'd tend to say no, but maybe someone else has a use-case for that. ### Related issues _No response_ ### Are you willing to submit a PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
