Invalid path to icon
Brought to you by:
alimbas
Somehow the icon at the top-left corner is "broken". Looking at the link, it shows as an http://... instead of my https://...
So it feels like you force the protocol with the wrong information.
It is likely that you have that problem in several places, although that is the one I've noticed. To discover others, you probably would yourself need to use a secure service without a copy of the code/data in the non-secure version of the site (in case you had such a copy!)
Most of the other icons work, so I would imagine that you should be able to reuse that code for that "broken" icon.
I attached a sample screenshot of the problem I see.
you need to adjust your Base URL of installation in the evironment variables in admin -> setup -> env-var -> url to the correct path. In some cases you can leave it blank.
example "https://localhost/openlimbas/dependent/"
Indeed! That worked. It was http:... instead of https:... Maybe your install script should be fixed to properly detect whether the connection is secure and use https in that case. In any event, the icons are now working.