ryanahamilton opened a new pull request #11089:
URL: https://github.com/apache/airflow/pull/11089


   Related to #10953 in ongoing efforts to clean up the UI (and prepare for 
broader design updates).
   
   The current Task Instance View is nested within the DAG view layout, 
yielding a convoluted header that consists of [two different headers and sets 
of actions](https://r.hmlt.in/9ZuX5N17). This update removes this nesting in 
order to prioritize the navigation related to the Task Instance. There is a 
breadcrumb link above the page title that provides a path back to the parent 
DAG.
   
   | Before | After |
   |---|---|
   |  
![image](https://user-images.githubusercontent.com/3267/93923722-c15a8e80-fce1-11ea-8a36-faafdb39cff3.png)
 |  
![image](https://user-images.githubusercontent.com/3267/93923746-c7506f80-fce1-11ea-9e05-99735a7c1d2d.png)
 |
   
   Additionally, I've applied the same "breadcrumb link" pattern employed above 
when viewing a SubDAG instead of dynamically jamming a link within the pill 
menu.
   
   | Before | After |
   |---|---|
   | 
![image](https://user-images.githubusercontent.com/3267/93923706-bdc70780-fce1-11ea-86ad-23b25de80b67.png)
  | 
![image](https://user-images.githubusercontent.com/3267/93923866-f535b400-fce1-11ea-8b92-2aa136afb291.png)
  |
   
   
   
   <!--
   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 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/
   -->
   
   ---
   **^ Add meaningful description above**
   
   Read the **[Pull Request 
Guidelines](https://github.com/apache/airflow/blob/master/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/master/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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to