question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add config variable for UI page title

See original GitHub issue

Description

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:

Screen Shot 2020-06-26 at 2 06 53 PM

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:closed
  • Created 3 years ago
  • Reactions:3
  • Comments:30 (19 by maintainers)

github_iconTop GitHub Comments

2reactions
bhavaniravicommented, Sep 2, 2020

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 environment

1reaction
pcandoalmeidacommented, Feb 17, 2021

Thanks @ashb!

Read more comments on GitHub >

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

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found