Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Further enhance the plugin header items extension point
* core.ts * Some plugins require their header items to remain displayed on the header navbar, even though the plugin is not displayed, eg. when click 'connect' in hawtio-online with the discover plugin, a new window displays hawtio-app showing the connection JMX data. This new window still benefits from having the discover plugin dropdown list present so that other pods or console can be accessed without returing to the discover plugin. * Adds a 'universal' property to Plugin structure so that an individual plugin can state whether its header items should remain on the header toolbar even if the rest of the plugin is not the focused-on display * HawtioHeader.tsx * Find all plugins with 'universal' header items as well as the current path plugin to build the customized toolbar
- Loading branch information