pierrejeambrun opened a new pull request, #69622: URL: https://github.com/apache/airflow/pull/69622
Only Dag pages set a page-specific browser tab title today, so every other page shows just the instance name — multiple open Airflow tabs are indistinguishable. This wires the existing `useDocumentTitle` hook into the remaining pages so each tab shows `<Page> - <instanceName>` in the selected language. - Top-level pages use the same localized labels as the navigation/menus (`nav.*`, `admin.*`, `browse.*`, `dagRun_other`, `taskInstance_other`). - Detail pages (Asset, Run, Task, Task Instance, mapped, group) use the entity identifier, mirroring the existing Dag page. - List components that are reused as nested tabs (Dag Runs, Task Instances, Audit Log, XComs, Required Actions) only set the title when rendered as their standalone page, so nested tabs keep the parent detail page's title. --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Code (Opus 4.8) Generated-by: Claude Code (Opus 4.8) following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- 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]
