I was working in both my Dev and production environment today. I accidently created a new VDS in production. Can you add the ability to change my color theme? I want to make sure my different environments have different colors so I don’t make changes in the wrong place.
Hi @IsraelDC1,
You can’t change the color through settings. However, you could change the logo by doing the following:
- Go to the Settings → Support → Support Keys.
- Search for the
ui.whitelabel.url
support key and update it with the URL of the logo, e.g: https://www.domain.com/logo - Search for the
ui.csp.value
support key and whitelist the domain name that contains the logo (in this case www.domain.com) by adding the domain afterimg-src 'self'
. - Restart Dremio.
Also, please see this related old thread: Change Dremio logo to company - #6 by puspitab
Bogdan