BobDu opened a new pull request, #27141: URL: https://github.com/apache/airflow/pull/27141
Signed-off-by: BobDu <[email protected]> <!-- Thank you for contributing! Please make sure that your code changes are covered with tests. And in case of new features or big changes remember to adjust the documentation. Feel free to ping committers for the review! In case of an existing issue, reference it using one of the following: closes: #ISSUE related: #ISSUE How to write a good git commit message: http://chris.beams.io/posts/git-commit/ --> This is a fix for multiple smiles bug in web ui dags page, but need to modify the same file, so I create a PR. related: #22900 1. after auto-refresh, none state task-run circle attr title lost. Before fix,  After fix,  2. after auto-refresh, dag-run and task-run circle mouse over event lost. Before fix,  After fix,  related: #26584 3. jump to right task-instance search url when click none state task-run circle Before fix, http://localhost:8080/taskinstance/list/?_flt_3_dag_id=tutorial&_flt_3_state=null After fix, http://localhost:8080/taskinstance/list/?_flt_3_dag_id=tutorial&_flt_8_state= --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst#pull-request-guidelines)** for more information. In case of fundamental code changes, an Airflow Improvement Proposal ([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvement+Proposals)) is needed. In case of a new dependency, check compliance with the [ASF 3rd Party License Policy](https://www.apache.org/legal/resolved.html#category-x). In case of backwards incompatible changes please leave a note in a newsfragment file, named `{pr_number}.significant.rst` or `{issue_number}.significant.rst`, in [newsfragments](https://github.com/apache/airflow/tree/main/newsfragments). -- 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]
