Superset - Branding Server UI
This overview shows how to brand Apache’s Superset with your company’s logo, etc.
Brand-able Items
- Upper left logo
- Loading animation (Note 1)
- Company name
- Browser’s favicon
Notes
- The animation file name, loading.gif, is hardcoded (ver 1.0 at least). In this case, just save rename the original gif and replace with our file.
superset/superset/static/assets/images/loading.gif
Media Files Location
superset/superset/static/assets/images
Configuration File Location
superset/docker/pythonpath_dev/superset_config.py
Config Details
APP_NAME = "Company Name"
FAVICONS = [{"href": "/static/assets/images/company_favicon.png"}]
APP_ICON = "/static/assets/images/company_logo.jpg"