-
Notifications
You must be signed in to change notification settings - Fork 22
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 header items that are either from the focused plugin or are marked as 'universal' to build the customized toolbar
- Loading branch information
1 parent
03ea6c9
commit 61b3d7f
Showing
5 changed files
with
81 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters