atrbgithub commented on code in PR #42152: URL: https://github.com/apache/airflow/pull/42152#discussion_r1757418077
########## airflow/www/static/js/dag/StatusBox.tsx: ########## @@ -50,8 +53,13 @@ export const StatusWithNotes = ({ background={getStatusBackgroundColor(color, !!containsNotes)} borderRadius="2px" borderWidth={state ? 0 : 1} + display="flex" + alignItems="center" + justifyContent="center" {...rest} - /> + > + {!!tryNumber && tryNumber > 1 && <MdRefresh color="white" />} Review Comment: I've updated the code 👍 -- 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