-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As an Admin I want to customize Eclipse Che logo from the Custom Resource #22319
Comments
The similar image [1] is used to configure OpenShift ConsoleLink. [1] https://github.com/eclipse-che/che-operator/blob/main/config/manager/manager.yaml#L96-L97 |
What about this structure: spec:
components:
dashboard:
branding:
logo:
- base64data: <base64-encoded-data>
mediatype: image/png |
Is this feature available in 7:75 version. We tried it ..but looks like not working. pls advice.. Thanks |
@debkantap yes, this feature works in 7.75 see eclipse-che/che-dashboard#907 |
Thanks @ibuziuk for the quick reply ...It worked for me as well with the example. I missed the "'" single quote!! |
*without rebuild |
@ibuziuk ..now I could change logo and loader using both configurator and re-building the dashboard code. But not able to update the font color or background using the branding.css. Thanks & Regards |
Is your task related to a problem? Please describe
As an Admin I want to customize Eclipse Che logo from the Custom Resource
Describe the solution you'd like
logo: a base64 encoded image. The base64data parameter contains the data and the mediatype specifies the type of image, eg.
image/png
orimage/svg
.Inspired by the https://github.com/operator-framework/operator-lifecycle-manager/blob/4197455/Documentation/design/building-your-csv.md#operator-metadata
Describe alternatives you've considered
N/A
Additional context
part of #21571
The text was updated successfully, but these errors were encountered: