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

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

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

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

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

2022-03-17 Thread GitBox
ashb commented on a change in pull request #22272: URL: https://github.com/apache/airflow/pull/22272#discussion_r828933307 ## File path: airflow/www/static/js/dag.js ## @@ -115,26 +124,29 @@ document.addEventListener('click', (event) => { } }); -export function

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

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

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

2022-03-16 Thread GitBox
ashb commented on a change in pull request #22272: URL: https://github.com/apache/airflow/pull/22272#discussion_r828494223 ## File path: airflow/www/static/js/dag.js ## @@ -151,46 +163,41 @@ export function callModal(t, d, extraLinks, tryNumbers, sd, drID) { $('#try_index

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

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