Skip to content

Add logo to frontend

Andreas Ellewsen requested to merge MFE-5-add-logo into master

Frontend now has logos for known instances in its assets. For the frontend to choose the correct logo it needs to know which instance it is running for. This is taken care of by the backend supplying an interface_name endpoint where this is looked up. The interface name is defined with an enum to prevent accidentally using an invalid interface in the config.

Resolves: MFE-5

Merge request reports