hkc-8010 opened a new issue, #68287: URL: https://github.com/apache/airflow/issues/68287
### Apache Airflow version 3.2.2 ### What happened? Non-Dag pages such as the home page no longer use the configured `[api] instance_name` as the browser tab title. In Airflow 3.1.7, non-Dag pages set the browser title from `[api] instance_name`. In Airflow 3.2.2, dynamic browser titles are applied to Dag pages, but non-Dag pages fall back to `Airflow`. ### What you think should happen instead? Non-Dag pages should use the configured `[api] instance_name` as the default browser tab title, falling back to `Airflow` only when `instance_name` is missing or empty. Dag pages should continue to show `<dag_display_name> - <instance_name>`. ### How to reproduce 1. Configure `[api] instance_name`. 2. Start Airflow 3.2.2. 3. Open a non-Dag page such as the home page. 4. Observe that the browser tab title is `Airflow`. Expected: the browser tab title should use the configured `instance_name`. ### Operating System Any ### Versions of Apache Airflow Providers Not provider-related. ### Deployment Other Docker-based deployment ### Deployment details Observed in OSS/self-managed Airflow. ### Anything else? This appears to be a UI regression between 3.1.7 and 3.2.2. ### Are you willing to submit PR? Yes, I am willing to submit a PR. -- 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]
