Insert new menu entry in Sunstone

Hello.

I’m trying insert a new entry in the Sunstone’s menu. I searched for how to do it, some documentation and forums, but no success. So, my doubt is, how to do it in an easy and automated way? Is there a script or an easy procedure? It seems I have to modify various files, but I don’t know what exactly are them.

Please, anyone could help-me with a step-by-step or a script?

Thanks!

Hi @leiriard

Have you tried this? http://docs.opennebula.org/4.14/integration/references/sunstone_dev.html#adding-custom-tabs

There are an example to add the Appmarket tab to the Sunstone here https://github.com/OpenNebula/addon-appmarket/blob/master/doc/installation_and_configuration.md#enabling-the-sunstone-tabs

and there are some post related to the grunt requirejs command How to enable our own appmarket on OpenNebula 4.14 Beta 1

I hope this info will be helpful to you.

Regards