Zanoellia opened a new pull request #8427: Welcome page title: use app_name instead of 'Superset' URL: https://github.com/apache/incubator-superset/pull/8427 ### CATEGORY - [x] Enhancement (new features, refinement) ### SUMMARY The title of the welcome page is a hard coded string (value: "Superset"). When setting the `APP_NAME` to a custom name, we expect to see this name for the page title. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF When changing the `APP_NAME` in `superset/config.py` file: ```diff # GLOBALS FOR APP Builder # ------------------------------ # Uncomment to setup Your App name -APP_NAME = "Superset" +APP_NAME = "My Custom Name" ``` **Before**: the title of the welcome page is not updated (neither for pages without an explicit title)  **After**: the title is updated 
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
