bbovenzi commented on code in PR #38446:
URL: https://github.com/apache/airflow/pull/38446#discussion_r1538363397


##########
airflow/www/static/js/dag/details/Header.tsx:
##########
@@ -34,6 +34,7 @@ import RunTypeIcon from "src/components/RunTypeIcon";
 import BreadcrumbText from "./BreadcrumbText";
 
 const dagId = getMetaValue("dag_id");
+const dagDisplayName = getMetaValue("dag_display_name");

Review Comment:
   We actually have to add this to the meta tags of `dag.html`, right now this 
is blank.



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

Reply via email to