Create more tabs

I have only ‘map, assets, rules, insights’, and I can only hidde this tabs, but I can not created another ones right?

Hi,

Can you check https://github.com/openremote/custom-project/blob/main/ui/app/custom/src/index.ts

It is a custom app in the custom-project repository. An example is given.

Have fun with it

Peter

The tabs in the Manager UI are automatically hidden if the user does not have permission for it.
As in, not having the read:insights permission hides the Insights tab.

Adding more tabs can be done programmatically by forking the repository and changing the UI code.
And as mentioned above, you can build custom apps using the Custom Project repository.

I don’t know what you are exactly looking for?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.