rancher / dashboard

The Rancher UI
https://rancher.com
Apache License 2.0
463 stars 262 forks source link

Provide a plugin mechanism to set the logo image #6761

Open rakillen opened 2 years ago

rakillen commented 2 years ago

Is your feature request related to a problem? Please describe.

In our application, we would like to replace the logo image at the top of the screen and on the slider menu, using pkg plugin configuration. We currently have two approaches:

Describe the solution you'd like

We'd like to have our logo images in the plugin directory structure, maybe under brand. Possibly the BrandImage.vue code could check the plugin's subdirectory as part of its search. I don't think it would need to take the ui-brand setting into account for the plugin directory.

Describe alternatives you've considered

The isSingleProduct configuration used by the epinio plugin can specify a logo image, but has some limitations that won't work for our application:

Additional context

robertpatrick commented 2 years ago

@richard-cox any thoughts on this? Are we missing something obvious?