for example the storage tab.
from what i’ve seen there isn’t a formal way to do it, but i don’t mind editing files manually, i just can’t find where to replace it among all the files used by the opennebula system (version 6.8.0)
As for enabling/disabling certain tabs/sections/features and so on… this can all be controlled by modifying the corresponding YAML file for that tab, you can refer to the documentation for it here ( Sunstone Views — OpenNebula 6.9.80 documentation )
Unfortunately, the ability to customize and add different template logos in FireEdge isn’t yet supported in the same way that Ruby Sunstone does it. However this is something that we will be implementing post 6.10. I have opened a new issue for it so you can track the progress of it here.
Yes, you can definitely make the necessary modifications to that file as well and then re-compile FireEdge in order for them to take effect. You can refer to this part of the documentation on how to compile everything from source.
In order to try things out for yourself I suggest you clone the one repo and navigate to the fireedge subdirectory and launch it in dev mode using npm run dev. Once you have this up and running, you should be able to make any modifications you need to the codebase and it will do a hot/live-reload every time you save.
P.S. This is the folder you should add the images to when testing things out in dev mode