Currently tabs are hardcoded in app/components/MainComponent.vue:
tabItems: ['languages', 'editors', 'copilot chat', 'agent activity', 'pull requests', 'github.com', 'seat analysis', 'user metrics', 'api response'],
- It would be great if there would be a json config (or similar) to remove tabs. Using this feature dashboards can be better customized towards the target audience.
- It would allow to configure this in pre-compiled deliverables like docker without the need to rebuild everything from source code
e.g. remove "api response" tab for management.
If there is an alternative approach that would be fine as well :)
Currently tabs are hardcoded in app/components/MainComponent.vue:
tabItems: ['languages', 'editors', 'copilot chat', 'agent activity', 'pull requests', 'github.com', 'seat analysis', 'user metrics', 'api response'],
e.g. remove "api response" tab for management.
If there is an alternative approach that would be fine as well :)