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/03/20 02:04:11 UTC

[GitHub] [airflow] uranusjr commented on a change in pull request #22272: Add map_index support to all task instance-related views

uranusjr commented on a change in pull request #22272:
URL: https://github.com/apache/airflow/pull/22272#discussion_r830548043



##########
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 is defined and map_index != -1 %}

Review comment:
       ```suggestion
       {% if map_index is defined and map_index < 0 %}
   ```




-- 
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