-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Discover should not be visible for the Integration console #188
Comments
Disabling the Discover plugin will result in the dropdown being removed as well. We currently do not have the API in hawtio/react to create a separate plugin that just provides the DropDown.
Do we change the API at this stage? |
@phantomjinx OK, I understand the issue now. So we need to extend the plugin API, but yeah let's do it after we release GA. |
@phantomjinx According to @grgrzybek, hawtio/react v1.3.0 already includes a fix for hawtio/hawtio-next#704. You can apply the fix and try resolving the issue now. |
) * Splits the Discover plugin into 2: * Discover Core: preferences and header menu (always active) * Discover: page dashboad component (only active if no current connection) * discover-core * Moves preferences to this plugin * Moves header menu to this plugin * Adds as a new plugin, always active * By not including a plugin-path, the plugin will not be listed in the nav sidebar * discover * Dashboard only active if the connect-server does not contain a current connection
* Splits the Discover plugin into 2: * Discover Core: preferences and header menu (always active) * Discover: page dashboad component (only active if no current connection) * discover-core * Moves preferences to this plugin * Moves header menu to this plugin * Adds as a new plugin, always active * By not including a plugin-path, the plugin will not be listed in the nav sidebar * discover * Dashboard only active if the connect-server does not contain a current connection
* Splits the Discover plugin into 2: * Discover Core: preferences and header menu (always active) * Discover: page dashboad component (only active if no current connection) * discover-core * Moves preferences to this plugin * Moves header menu to this plugin * Adds as a new plugin, always active * By not including a plugin-path, the plugin will not be listed in the nav sidebar * discover * Dashboard only active if the connect-server does not contain a current connection
Discover should be provided only for the Online console, which is the entrance view for Hawtio Online. Once it's connected to a specific pod, Discover should be disabled.
The text was updated successfully, but these errors were encountered: