You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2023/01/17 21:02:36 UTC

[GitHub] [superset] Abhijrathod commented on issue #22758: How can I change the UI on superset

Abhijrathod commented on issue #22758:
URL: https://github.com/apache/superset/issues/22758#issuecomment-1386046800

   You can add a banner to the bottom of the navbar and before the footer by editing the HTML and CSS of the Superset application.
   
   One way to do this is by modifying the navbar.html file located in the superset/assets/templates directory. You can add a new div element for the banner and style it using CSS.
   
   Another way is to modify the index.jsx file located in the superset-frontend/src/dashboards/Header/index.jsx and add a new component for the banner, and then import and render it in the Header component.
   
   It's important to note that if you are using the official Superset Docker image, any changes you make to the image will be lost when you update or rebuild the image. A good practice is to use a volume to mount a local directory containing your custom templates into the container, this way you can make changes to the files on your host and have them reflected in the running container.


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org