diff --git a/airflow/www/static/js/graph.js b/airflow/www/static/js/graph.js index d45557a3f64df..b58e2c20028b4 100644 --- a/airflow/www/static/js/graph.js +++ b/airflow/www/static/js/graph.js @@ -176,6 +176,7 @@ function draw() { // A group node if (d3.event.defaultPrevented) return; expandGroup(nodeId, node); + updateNodeLabels(nodes, taskInstances); draw(); focusGroup(nodeId); } else if (nodeId in taskInstances) {