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

2022-03-18 Thread GitBox
bbovenzi commented on a change in pull request #22272: URL: https://github.com/apache/airflow/pull/22272#discussion_r829268833 ## File path: airflow/www/static/js/dag.js ## @@ -135,12 +135,18 @@ export function callModal(t, d, extraLinks, tryNumbers, sd, drID, mi) {

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

2022-03-17 Thread GitBox
bbovenzi commented on a change in pull request #22272: URL: https://github.com/apache/airflow/pull/22272#discussion_r829268833 ## File path: airflow/www/static/js/dag.js ## @@ -135,12 +135,18 @@ export function callModal(t, d, extraLinks, tryNumbers, sd, drID, mi) {

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

2022-03-16 Thread GitBox
bbovenzi commented on a change in pull request #22272: URL: https://github.com/apache/airflow/pull/22272#discussion_r828200131 ## File path: airflow/www/static/js/graph.js ## @@ -172,8 +172,8 @@ function draw() { const task = tasks[nodeId]; const tryNumber =

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

2022-03-16 Thread GitBox
bbovenzi commented on a change in pull request #22272: URL: https://github.com/apache/airflow/pull/22272#discussion_r828198262 ## File path: airflow/www/static/js/gantt.js ## @@ -204,7 +204,7 @@ d3.gantt = () => { .on('mouseover', tip.show) .on('mouseout',

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

2022-03-16 Thread GitBox
bbovenzi commented on a change in pull request #22272: URL: https://github.com/apache/airflow/pull/22272#discussion_r828194742 ## File path: airflow/www/static/js/dag.js ## @@ -53,6 +53,7 @@ let taskId = ''; let executionDate = ''; let subdagId = ''; let dagRunId = ''; +let