Hi there
I currently have some custom EntryPoints to have some custom dashboards...
i would like to add in the global navbar of EspoCRM, some links to these EntryPoints (<a target="_blank">My Custom EntryPoints</a>)
in vertical display mode, between the logo and the first menu items).
I have looked a little bit how i could handle that...
It seems to be closed to these files:
client/src/views/site/navbar.js
client/res/templates/site/navbar.tpl
but currently, nothing seems to be there to allow us to add this kind of custom links, in an easy way (i don't want to check role / ACL / link visibility here.. everything will be handled in my custom Entrypoints).
Another use case could be to add link to others external tools to have quick link in the navbar etc...
Would you plan to extend the navbar feature to allow administrator to set some links ?
I can try to create a Pull request for that but i'd like to know your feeling about that before
Thanks
I currently have some custom EntryPoints to have some custom dashboards...
i would like to add in the global navbar of EspoCRM, some links to these EntryPoints (<a target="_blank">My Custom EntryPoints</a>)
in vertical display mode, between the logo and the first menu items).
I have looked a little bit how i could handle that...
It seems to be closed to these files:
client/src/views/site/navbar.js
client/res/templates/site/navbar.tpl
but currently, nothing seems to be there to allow us to add this kind of custom links, in an easy way (i don't want to check role / ACL / link visibility here.. everything will be handled in my custom Entrypoints).
Another use case could be to add link to others external tools to have quick link in the navbar etc...
Would you plan to extend the navbar feature to allow administrator to set some links ?
I can try to create a Pull request for that but i'd like to know your feeling about that before
Thanks
Comment