[GitHub] [airflow] bbovenzi commented on issue #16824: Initiating `mark success/failed` operation causes UI border to disappear for task instances with no status

2021-11-12 Thread GitBox
bbovenzi commented on issue #16824: URL: https://github.com/apache/airflow/issues/16824#issuecomment-967438026 I believe this is now fixed by #18675 -- 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

[GitHub] [airflow] bbovenzi commented on issue #16824: Initiating `mark success/failed` operation causes UI border to disappear for task instances with no status

2021-07-07 Thread GitBox
bbovenzi commented on issue #16824: URL: https://github.com/apache/airflow/issues/16824#issuecomment-875827729 Let's separate the backend and frontend bugs into their own issues. I think we should at least stay consistent with however we do borders. -- This is an automated message

[GitHub] [airflow] bbovenzi commented on issue #16824: Initiating `mark success/failed` operation causes UI border to disappear for task instances with no status

2021-07-06 Thread GitBox
bbovenzi commented on issue #16824: URL: https://github.com/apache/airflow/issues/16824#issuecomment-875070447 That makes sense to me. If anything, it should render the other way around: non-existent tasks are just blank with no outline. We can still handle this in `tree.js` of the UI.