bbovenzi commented on a change in pull request #22272:
URL: https://github.com/apache/airflow/pull/22272#discussion_r829584763
##########
File path: airflow/www/templates/airflow/task_instance.html
##########
@@ -27,23 +27,33 @@
<h4>
<span class="text-muted">Task Instance:</span> <span>{{ task_id }}</span>
<span class="text-muted">at</span> <time datetime="{{ execution_date
}}">{{ execution_date }}</time>
+ {% if map_index and map_index != -1 %}
Review comment:
Fixed with `is defined`
--
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]