Add config variable for UI page title
See original GitHub issueDescription
Enable installations to change the page title of the /admin
base route using a config variable. It would default to DAGs
which is hard-coded here. But you’d be able to do something like this:
Use case / motivation
I have a few different Airflow installation that I manage. If I have them open in different browser tabs, the only way to tell which one I’m looking at is from the names of the DAGs or the browser’s URL (IP address in my case, not so helpful).
Related Issues
I searched and couldn’t find any.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:30 (19 by maintainers)
Top Results From Across the Web
Display the title of a variable of type UI page. - ServiceNow
Solved: Hello, I have variable on a catalog form which is a UI Page type. The issue that I'm having is that it...
Read more >Customizing DAG UI Header and Airflow Page Titles
Airflow now allows you to customize the DAG home page header and page title. ... Alternatively, you can set a custom title using...
Read more >angularjs - Set Page title using UI-Router - Stack Overflow
Use $stateChangeSuccess . You can put it in a directive: app.directive('updateTitle', ['$rootScope', '$timeout', function($rootScope, $timeout) { return ...
Read more >How to set or update page title using UI-Router?
This is the way you can set page title using UI-Router. Using Resolve: Install angular-ui-title and append to your Angular project as usual, ......
Read more >Dynamic Page Titles in Angular - Bits and Pieces
Once it is added, now this service is available to use in any of the components. app.module.ts. Let's import the Title service in...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I would love to have this feature, also have an option to change the
site-title
in the tab itself. One of the usecase I could see is to differentiate dev, test and prod environmentThanks @ashb!