How can I customize the admin panel layout?

Hi!

I am using pn.serve(template, admin=True) to enable the admin panel.
I am interested in doing some rather small customization to the admin layout if possible.

  1. I would like to start with the default theme and hide the buttons which allow the user to switch the theme.
    image

  2. I would like that in User profiling, the header would have a white background, to be more readable
    image

  3. I would like that in Logs, the header would have a white background, to be more readable
    image

Can any of the above be achieved with panel 1.1.0?

1 Like