Skip to content

Allow users to change the default proxy host icon to a custom one. #5036

@nxtlo

Description

@nxtlo

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

not related.

Describe the solution you'd like

When editing the proxy host details, add a 'Set Icon' button which allows the user to set the icon either via (Uploading a file?), or a URL (Would probably be the easiest solution).

Currently this is how it looks like:

Image

inspecting the CSS element already shows that the base image is being fetched via this URL:

Image

and then by simply replacing the URL with a custom one:

Image

Describe alternatives you've considered

none

Additional context

icon declaration:

backgroundImage: `url(${url || defaultImg})`,

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions