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,
   
![dg9ixv2z0f](https://user-images.githubusercontent.com/20370175/196723481-1ad34747-a4bd-4558-b95f-35fe7c8b1f52.jpg)
   After fix,
   
![image](https://user-images.githubusercontent.com/20370175/196723833-8f8da146-3689-49c2-b85a-c321b66bf4c2.png)
   
   2. after auto-refresh, dag-run and task-run circle mouse over event lost.
   
   Before fix,
   
![vUGfYj2rrE](https://user-images.githubusercontent.com/20370175/196723923-30a3eefc-c298-4580-bedb-0f33a8f36cde.jpg)
   After fix,
   
![7c296e91-f400-43a5-8de1-bb478337140e](https://user-images.githubusercontent.com/20370175/196723983-39ab3aea-c7ad-4104-b83e-ba07f91221d2.jpeg)
   
   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]

Reply via email to