xgao1023 commented on code in PR #32520:
URL: https://github.com/apache/airflow/pull/32520#discussion_r1264588945


##########
airflow/www/templates/airflow/task_instance.html:
##########
@@ -25,7 +25,7 @@
   <hr>
   <br>
   <h4>
-    <span class="text-muted">Task Instance:</span> <span>{{ task_id }}</span>
+    <span class="text-muted">Task Instance:</span> <span title="{{ task_id 
}}">{{display_name}}</span>

Review Comment:
   Agree. do you think it's better to fallback in the UI, or fill the 
`display_name` with `task_id` during database migration?



-- 
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: [email protected]

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

Reply via email to