Display Cockpit Plugin on seperate Page

Hello guys,

I wrote a plugin for Camunda following the guide on https://docs.camunda.org/manual/7.6/examples/tutorials/develop-cockpit-plugin/. Now I do not want my plugin to be displayed on the dashboard page but on a seperate, own one that is accessible via hyperlink like /app/cockpit/default/#/my-plugin.

Which adjustments do I have to apply to my plugin.js (and probably other files) to archieve this?

Hi @feli,

There are various points where you can add your plugin in Cockpit, not only the dashboard page. See here for a list of different plugin points:
https://docs.camunda.org/manual/7.6/webapps/cockpit/extend/plugins/#plugin-points

Does this help you?

Cheers,
Mat

Hi @Matthijs_Burke,

the problem is, here I only see ways to enhance existing views (like Dashboard, Processes etc.) but I want to create a seperate page only for information my plugin provides.

I also do not want it to be shown in the navigation bar but only be accessible via hyperlink.

Thank you very much :slight_smile: