SupersetOdT commented on issue #36878: URL: https://github.com/apache/superset/issues/36878#issuecomment-3723184234
@ypandey-fluidata by 'loading gif', do you mean the spinner? Currently, you need to replace the source image (e.g. loading.gif) in the superset-frontend/src/assets/images/ directory with your custom version and recompile the frontend with the appropriate npm command (https://github.com/apache/superset/issues/36940). I read that there is a proposal to add a token "brandSpinnerUrl" (but I don’t see it in your JSON). If it is the 'brandLogo' tokens, this one works perfectly. It can obviously be applied from the superset_config.py file, but it also applies directly from the Themes module of the UI (if of course your logo has indeed been copied into your application "/app/superset/static/assets"). -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
