Removing and adding items to the left navigation menu

I would like to add/remove navigation menu items on the side left menu.
How do i do that?
Thank you

Hi @nayebare,

This is not supported by default but you can take a look at the file app/assets/javascripts/controllers/main_nav.coffee.erb.
It contains all the menu entries so you can customize it to fit your needs. But, please, be aware that you’ll need to rewrite your changes after every fab-manager’s updates.

For a short explanation, state links to an angular router state, as defined in router.coffee.erb, linkText refers to an i18n constant, defined in app.public.LOCALE.yml and linkIcon refers to the name of a font-awesome icon.

2 « J'aime »

Thanks@silvan, this works great.