You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/10/01 15:18:02 UTC

[GitHub] [airflow] pierrejeambrun opened a new pull request, #26822: Add missing colors to state_color_mapping jinja global

pierrejeambrun opened a new pull request, #26822:
URL: https://github.com/apache/airflow/pull/26822

   `state_color_mapping` in the jinja global was missing a few task states (removed, restarting, shutdown).
   
   All the template using this global variable were missing these states colors and then considered as 'no status' (white). (Grid, Graph, etc...):
   
   ### Before
   ![image](https://user-images.githubusercontent.com/14861206/193416203-c7b8a67a-429f-4337-8989-ca20d6436dba.png)
   ![image](https://user-images.githubusercontent.com/14861206/193416215-07702c30-da3d-4702-a693-350f774244dd.png)
   
   ### After (cf legends for instance)
   ![image](https://user-images.githubusercontent.com/14861206/193416174-854a20ca-28a8-4443-9a02-2294b1b12055.png)
   ![image](https://user-images.githubusercontent.com/14861206/193416179-26a8ca8d-9c85-48da-9962-c7a19923f3d7.png)
   
   


-- 
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-unsubscribe@airflow.apache.org

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


[GitHub] [airflow] bbovenzi merged pull request #26822: Add missing colors to state_color_mapping jinja global

Posted by GitBox <gi...@apache.org>.
bbovenzi merged PR #26822:
URL: https://github.com/apache/airflow/pull/26822


-- 
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-unsubscribe@airflow.apache.org

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