bbovenzi opened a new pull request #22578:
URL: https://github.com/apache/airflow/pull/22578


   Right now in graph view, a user can click on a mapped task and see a summary 
in a modal. But they cannot see an individual mapped task. This PR fixes that 
with:
   
   - Adds a new "All Mapped Instances" button to the `/taskinstance/list`, but 
filtered to just that DAG run
   - Adds a dropdown to select a mapped instance by `map_index` and update the 
modal
   - Adds a back button to return the modal back to the task summary
   
   <img width="607" alt="Screen Shot 2022-03-28 at 4 37 03 PM" 
src="https://user-images.githubusercontent.com/4600967/160493818-63463b14-e41b-41d7-a2a6-9dd628647a12.png";>
   
   ![Mar-28-2022 
16-39-08](https://user-images.githubusercontent.com/4600967/160493805-6c776a46-3923-4b61-88af-3156289edde6.gif)
   
   ---
   **^ 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 change, Airflow Improvement Proposal 
([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvements+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 
[UPDATING.md](https://github.com/apache/airflow/blob/main/UPDATING.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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to